commit: 289e1a9700f386b7caf7397d3cc3c85038f4a6ed
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 5 14:26:18 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Aug 5 14:32:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=289e1a97
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 <AT> gmail.com>
x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild
b/x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild
index a74dd1525..4214a5008 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild
@@ -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
}