summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-21 12:35:01 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-21 21:39:56 +0200
commitc06dc634b62890565523b0e69da2e2de332757b9 (patch)
tree8523f1655de13058123f75261d175d67fc9617b9 /sys-devel
parentdev-ml/llvm-ocaml: -9999 → -10.0.0.9999 (diff)
downloadgentoo-c06dc634b62890565523b0e69da2e2de332757b9.tar.gz
gentoo-c06dc634b62890565523b0e69da2e2de332757b9.tar.bz2
gentoo-c06dc634b62890565523b0e69da2e2de332757b9.zip
sys-devel/lld: -9999 → -10.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/lld/lld-10.0.0.9999.ebuild (renamed from sys-devel/lld/lld-9999.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-10.0.0.9999.ebuild
index 077a005ff361..5f144562eaa3 100644
--- a/sys-devel/lld/lld-9999.ebuild
+++ b/sys-devel/lld/lld-10.0.0.9999.ebuild
@@ -34,7 +34,7 @@ python_check_deps() {
}
pkg_setup() {
- llvm_pkg_setup
+ LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup
use test && python-any-r1_pkg_setup
}