diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-03 22:55:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-03 23:21:44 +0100 |
commit | 698c854c00fc5f963d9a0aeeff8c16d636683cda (patch) | |
tree | 957236e82b357c73f5756566579e7c783b8f1f49 /sys-devel/clang-runtime | |
parent | sys-devel/clang-runtime: Add a live ebuild for 6.0 branch (diff) | |
download | gentoo-698c854c00fc5f963d9a0aeeff8c16d636683cda.tar.gz gentoo-698c854c00fc5f963d9a0aeeff8c16d636683cda.tar.bz2 gentoo-698c854c00fc5f963d9a0aeeff8c16d636683cda.zip |
sys-devel/clang-runtime: Update slot for master to 7.0.0
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-9999.ebuild b/sys-devel/clang-runtime/clang-runtime-9999.ebuild index b2d5450cc7aa..5586ba0ef77f 100644 --- a/sys-devel/clang-runtime/clang-runtime-9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-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 @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="metapackage" # Note: keep it matching clang-9999 version -SLOT="6.0.0" +SLOT="7.0.0" KEYWORDS="" IUSE="+compiler-rt libcxx openmp +sanitize" |