summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-03 21:19:11 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-03 23:21:36 +0100
commitc2a2231dee6daabc694fc54d1153c51f90061fb5 (patch)
treeba4caee21c73c342165d1ab073f8c0d2968798fd
parentsys-devel/llvm: Add a live ebuild for 6.0 branch (diff)
downloadgentoo-c2a2231d.tar.gz
gentoo-c2a2231d.tar.bz2
gentoo-c2a2231d.zip
sys-devel/llvm: Update slot for master to 7
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index 5b5d0364ea2c..291effce5fe3 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-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
@@ -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="6"
+SLOT="7"
KEYWORDS=""
IUSE="debug doc gold libedit +libffi ncurses test
kernel_Darwin ${ALL_LLVM_TARGETS[*]}"