Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/
Date: Wed, 01 Aug 2018 20:53:45
Message-Id: 1533156804.e141c6729bd4523db261ce77bbdf0d5439acc100.mgorny@gentoo
1 commit: e141c6729bd4523db261ce77bbdf0d5439acc100
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 1 16:45:52 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 1 20:53:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e141c672
7
8 sys-devel/clang-runtime: 9999 is now 8.0
9
10 sys-devel/clang-runtime/clang-runtime-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-devel/clang-runtime/clang-runtime-9999.ebuild b/sys-devel/clang-runtime/clang-runtime-9999.ebuild
14 index dcd22734f00..43a7e11f5ce 100644
15 --- a/sys-devel/clang-runtime/clang-runtime-9999.ebuild
16 +++ b/sys-devel/clang-runtime/clang-runtime-9999.ebuild
17 @@ -11,7 +11,7 @@ SRC_URI=""
18
19 LICENSE="metapackage"
20 # Note: keep it matching clang-9999 version
21 -SLOT="7.0.0"
22 +SLOT="8.0.0"
23 KEYWORDS=""
24 IUSE="+compiler-rt crt libcxx openmp +sanitize"