diff options
author | 2018-01-03 21:19:11 +0100 | |
---|---|---|
committer | 2018-01-03 23:21:36 +0100 | |
commit | c2a2231dee6daabc694fc54d1153c51f90061fb5 (patch) | |
tree | ba4caee21c73c342165d1ab073f8c0d2968798fd /sys-devel/llvm | |
parent | sys-devel/llvm: Add a live ebuild for 6.0 branch (diff) | |
download | gentoo-c2a2231dee6daabc694fc54d1153c51f90061fb5.tar.gz gentoo-c2a2231dee6daabc694fc54d1153c51f90061fb5.tar.bz2 gentoo-c2a2231dee6daabc694fc54d1153c51f90061fb5.zip |
sys-devel/llvm: Update slot for master to 7
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 4 |
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[*]}" |