Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/
Date: Tue, 24 Jul 2018 09:43:48
Message-Id: 1532425300.f9ca9633fbc67c95d6f12e5f176032ec8b6ba77d.leio@gentoo
1 commit: f9ca9633fbc67c95d6f12e5f176032ec8b6ba77d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 24 09:15:28 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 24 09:41:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ca9633
7
8 sys-libs/compiler-rt-6.0.1: arm64 stable (bug #661776)
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 sys-libs/compiler-rt/compiler-rt-6.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/compiler-rt/compiler-rt-6.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-6.0.1.ebuild
16 index 384550a8041..1f0466008d9 100644
17 --- a/sys-libs/compiler-rt/compiler-rt-6.0.1.ebuild
18 +++ b/sys-libs/compiler-rt/compiler-rt-6.0.1.ebuild
19 @@ -17,7 +17,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 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
24 +KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
25 IUSE="+clang test"
26 RESTRICT="!test? ( test ) !clang? ( test )"