Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/
Date: Fri, 02 Feb 2018 09:05:51
Message-Id: 1517562333.8b95011e51d25f1f0ab7b8ca077c936e01536468.grobian@gentoo
1 commit: 8b95011e51d25f1f0ab7b8ca077c936e01536468
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 2 09:03:33 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 2 09:05:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b95011e
7
8 sys-libs/compiler-rt: marked ~amd64-linux
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild
16 index 5218e6b3500..6efc9021676 100644
17 --- a/sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild
18 +++ b/sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz"
20
21 LICENSE="|| ( UoI-NCSA MIT )"
22 SLOT="${PV%_*}"
23 -KEYWORDS="amd64 ~arm64 x86 ~ppc-macos ~x64-macos ~x86-macos"
24 +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
25 IUSE="+clang test"
26
27 LLVM_SLOT=${SLOT%%.*}