commit: c94865b56679aa7fbf7f928e7c2c2a436043020f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 9 09:53:59 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 9 15:59:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94865b5
sys-devel/lld: Fix slotting in 6.0.9999
sys-devel/lld/lld-6.0.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-devel/lld/lld-6.0.9999.ebuild
b/sys-devel/lld/lld-6.0.9999.ebuild
index b0e74d45d1f..e09f7df135c 100644
--- a/sys-devel/lld/lld-6.0.9999.ebuild
+++ b/sys-devel/lld/lld-6.0.9999.ebuild
@@ -35,7 +35,7 @@ python_check_deps() {
}
pkg_setup() {
- llvm_pkg_setup
+ LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup
use test && python-any-r1_pkg_setup
}