summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-09 10:53:59 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-09 16:59:59 +0100
commitc94865b56679aa7fbf7f928e7c2c2a436043020f (patch)
treef128443160952be623c7023cfe2cad1bb392d51e /sys-devel/lld
parentdev-ml/llvm-ocaml: Bump to 6.0.0rc2 (diff)
downloadgentoo-c94865b56679aa7fbf7f928e7c2c2a436043020f.tar.gz
gentoo-c94865b56679aa7fbf7f928e7c2c2a436043020f.tar.bz2
gentoo-c94865b56679aa7fbf7f928e7c2c2a436043020f.zip
sys-devel/lld: Fix slotting in 6.0.9999
Diffstat (limited to 'sys-devel/lld')
-rw-r--r--sys-devel/lld/lld-6.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-6.0.9999.ebuild b/sys-devel/lld/lld-6.0.9999.ebuild
index b0e74d45d1fd..e09f7df135c6 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
}