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, 16 Jan 2019 14:52:49
Message-Id: 1547650344.3e5c142f883880d73a342c6fc4cb07cec49718c8.mgorny@gentoo
1 commit: 3e5c142f883880d73a342c6fc4cb07cec49718c8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 16 13:37:15 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 16 14:52:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5c142f
7
8 sys-libs/compiler-rt: Trunk is now 9.0.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/compiler-rt/compiler-rt-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
16 index 7e254d18763..75c4024449f 100644
17 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
18 +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -19,7 +19,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/compiler-rt.git
26
27 LICENSE="|| ( UoI-NCSA MIT )"
28 # Note: this needs to be updated to match version of clang-9999
29 -SLOT="8.0.0"
30 +SLOT="9.0.0"
31 KEYWORDS=""
32 IUSE="+clang test"
33 RESTRICT="!test? ( test ) !clang? ( test )"