summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-23 18:57:29 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-24 21:03:51 +0200
commit35b913922d98158b1fe1fba9c2641d80879bdb43 (patch)
tree3a19ffc2f2a78df3daca1c1155d3743751adeee4 /sys-devel/llvm
parentllvm.eclass: Recognize slot 6 (for 9999) (diff)
downloadgentoo-35b913922d98158b1fe1fba9c2641d80879bdb43.tar.gz
gentoo-35b913922d98158b1fe1fba9c2641d80879bdb43.tar.bz2
gentoo-35b913922d98158b1fe1fba9c2641d80879bdb43.zip
sys-devel/llvm: Adjust the slot for 9999
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index adc0505a80ae..d5e7da2b5015 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -32,7 +32,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
LICENSE="UoI-NCSA rc BSD public-domain
llvm_targets_ARM? ( LLVM-Grant )"
-SLOT="5"
+SLOT="6"
KEYWORDS=""
IUSE="debug +doc gold libedit +libffi ncurses test
elibc_musl kernel_Darwin ${ALL_LLVM_TARGETS[*]}"