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-libs/compiler-rt/
Date: Wed, 01 Aug 2018 20:53:40
Message-Id: 1533156801.3fd207f77e8388be33f814d38ccbf59569a397e2.mgorny@gentoo
1 commit: 3fd207f77e8388be33f814d38ccbf59569a397e2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 1 16:42:48 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 1 20:53:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd207f7
7
8 sys-libs/compiler-rt: 9999 is now 8.0
9
10 sys-libs/compiler-rt/compiler-rt-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
14 index 7a956b544df..7e254d18763 100644
15 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
16 +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
17 @@ -19,7 +19,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/compiler-rt.git
18
19 LICENSE="|| ( UoI-NCSA MIT )"
20 # Note: this needs to be updated to match version of clang-9999
21 -SLOT="7.0.0"
22 +SLOT="8.0.0"
23 KEYWORDS=""
24 IUSE="+clang test"
25 RESTRICT="!test? ( test ) !clang? ( test )"