x11-misc/i3lock-color: switch to out of source build

In source build does not seem to work anymore (I'm sure I could have
built it in the previous toolchain).

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-08-05 23:26:18 +09:00
parent 20694fb96d
commit 289e1a9700

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit autotools shell-completion
inherit autotools out-of-source shell-completion
MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
@@ -45,7 +45,7 @@ src_prepare() {
}
src_install() {
default
out-of-source_src_install
newbashcomp i3lock-bash i3lock
newzshcomp i3lock-zsh _i3lock
}