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: Sun, 04 Nov 2018 18:25:37
Message-Id: 1541355921.d76245b02ee046ddd29ab573da356acc2dcc013b.mgorny@gentoo
1 commit: d76245b02ee046ddd29ab573da356acc2dcc013b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 4 12:23:44 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 4 18:25:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76245b0
7
8 sys-libs/compiler-rt: Update slot to 7.0.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/compiler-rt/compiler-rt-7.0.9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/compiler-rt/compiler-rt-7.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-7.0.9999.ebuild
16 index 11f4acf5427..afb8bcf007a 100644
17 --- a/sys-libs/compiler-rt/compiler-rt-7.0.9999.ebuild
18 +++ b/sys-libs/compiler-rt/compiler-rt-7.0.9999.ebuild
19 @@ -20,7 +20,7 @@ EGIT_BRANCH="release_70"
20
21 LICENSE="|| ( UoI-NCSA MIT )"
22 # Note: this needs to be updated to match version of clang-9999
23 -SLOT="7.0.0"
24 +SLOT="7.0.1"
25 KEYWORDS=""
26 IUSE="+clang test"
27 RESTRICT="!test? ( test ) !clang? ( test )"