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: Sat, 20 Jul 2019 20:57:53
Message-Id: 1563656264.53188d66d4136271a0e825266026fd7c0b46f066.mgorny@gentoo
1 commit: 53188d66d4136271a0e825266026fd7c0b46f066
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 20 20:35:39 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 20:57:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53188d66
7
8 sys-devel/clang-runtime: -9999 is now 10.0.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang-runtime/clang-runtime-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/clang-runtime/clang-runtime-9999.ebuild b/sys-devel/clang-runtime/clang-runtime-9999.ebuild
16 index feee635ea14..bb5c090ef4d 100644
17 --- a/sys-devel/clang-runtime/clang-runtime-9999.ebuild
18 +++ b/sys-devel/clang-runtime/clang-runtime-9999.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI=""
20
21 LICENSE="metapackage"
22 # Note: keep it matching clang-9999 version
23 -SLOT="9.0.0"
24 +SLOT="10.0.0"
25 KEYWORDS=""
26 IUSE="+compiler-rt crt libcxx openmp +sanitize"