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: Wed, 03 Jan 2018 14:51:56
Message-Id: 1514991089.4cdb836e82a32363b4e9cb15d405f6c62f35d6cd.grobian@gentoo
1 commit: 4cdb836e82a32363b4e9cb15d405f6c62f35d6cd
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 14:51:29 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 14:51:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cdb836e
7
8 sys-libs/compiler-rt: marked *-macos
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
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 d60c84ee2d6..020ddaac847 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"
24 +KEYWORDS="~amd64 ~arm64 ~x86 ~ppc-macos ~x64-macos ~x86-macos"
25 IUSE="+clang test"
26
27 LLVM_SLOT=${SLOT%%.*}