Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/
Date: Mon, 16 Sep 2019 22:14:07
Message-Id: 1568672030.70c1071f0fd7f27650ea85d05035031427317efd.bman@gentoo
1 commit: 70c1071f0fd7f27650ea85d05035031427317efd
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 16 22:00:41 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 16 22:13:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c1071f
7
8 sys-libs/libcxx: arm64 stable (bug #693856)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12
13 sys-libs/libcxx/libcxx-8.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/libcxx/libcxx-8.0.1.ebuild b/sys-libs/libcxx/libcxx-8.0.1.ebuild
17 index d3a06927aff..c772def7a37 100644
18 --- a/sys-libs/libcxx/libcxx-8.0.1.ebuild
19 +++ b/sys-libs/libcxx/libcxx-8.0.1.ebuild
20 @@ -20,7 +20,7 @@ SRC_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${
21
22 LICENSE="|| ( UoI-NCSA MIT )"
23 SLOT="0"
24 -KEYWORDS="amd64 arm ~arm64 x86 ~amd64-fbsd"
25 +KEYWORDS="amd64 arm arm64 x86 ~amd64-fbsd"
26 IUSE="elibc_glibc elibc_musl +libcxxabi libcxxrt +libunwind +static-libs test"
27 REQUIRED_USE="libunwind? ( || ( libcxxabi libcxxrt ) )
28 ?? ( libcxxabi libcxxrt )"