summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-03 22:22:50 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-03 23:21:38 +0100
commit85190cbe6cfd71ac8829c61c59d194bd0e4b20ef (patch)
tree032bd99bc3ce2718b7f4a72f77a2c1c143d758fb /sys-devel
parentsys-devel/clang: Add a live ebuild for 6.0 branch (diff)
downloadgentoo-85190cbe6cfd71ac8829c61c59d194bd0e4b20ef.tar.gz
gentoo-85190cbe6cfd71ac8829c61c59d194bd0e4b20ef.tar.bz2
gentoo-85190cbe6cfd71ac8829c61c59d194bd0e4b20ef.zip
sys-devel/clang: Update slot for master to 7
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/clang/clang-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild
index 63df839c8c24..b3392999ee87 100644
--- a/sys-devel/clang/clang-9999.ebuild
+++ b/sys-devel/clang/clang-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -26,7 +26,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
LICENSE="UoI-NCSA"
-SLOT="6"
+SLOT="7"
KEYWORDS=""
IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"