summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-01 18:37:13 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-01 22:53:17 +0200
commit8b25489970ab126bd00b30c0df1f91f0e681dadb (patch)
treef32081c9f4906c4600d6fd1ad9246225b638a55f
parentsys-devel/llvm: Branch out LLVM 7.0 (diff)
downloadgentoo-8b25489970ab126bd00b30c0df1f91f0e681dadb.tar.gz
gentoo-8b25489970ab126bd00b30c0df1f91f0e681dadb.tar.bz2
gentoo-8b25489970ab126bd00b30c0df1f91f0e681dadb.zip
sys-devel/llvm: 9999 is now 8.0
-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 e405d61283c8..612f8a07e7b8 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -35,7 +35,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
LICENSE="UoI-NCSA rc BSD public-domain
llvm_targets_ARM? ( LLVM-Grant )"
-SLOT="7"
+SLOT="8"
KEYWORDS=""
IUSE="debug doc gold libedit +libffi ncurses test xar xml
kernel_Darwin ${ALL_LLVM_TARGETS[*]}"