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, 03 Jan 2018 22:22:31
Message-Id: 1515018100.22ab8feb4b5fbdd730254e614dbac2e9eefa6efb.mgorny@gentoo
1 commit: 22ab8feb4b5fbdd730254e614dbac2e9eefa6efb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 21:25:29 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 22:21:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ab8feb
7
8 sys-libs/compiler-rt: Update slot for master to 7.0.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 7c6eb6db761..4f525a8bc4d 100644
15 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
16 +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
17 @@ -18,7 +18,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="6.0.0"
22 +SLOT="7.0.0"
23 KEYWORDS=""
24 IUSE="+clang test"
25 RESTRICT="!test? ( test ) !clang? ( test )"