Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/
Date: Sun, 02 Apr 2017 18:06:37
Message-Id: 1491156367.44d81e610ef839b33624129cd8605dfe642adcec.ago@gentoo
1 commit: 44d81e610ef839b33624129cd8605dfe642adcec
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 2 18:06:07 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 2 18:06:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d81e61
7
8 sys-libs/libcxx: x86 stable wrt bug #607660
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-libs/libcxx/libcxx-3.9.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-libs/libcxx/libcxx-3.9.1.ebuild b/sys-libs/libcxx/libcxx-3.9.1.ebuild
18 index bc29b1a2eea..8872bb9a666 100644
19 --- a/sys-libs/libcxx/libcxx-3.9.1.ebuild
20 +++ b/sys-libs/libcxx/libcxx-3.9.1.ebuild
21 @@ -26,9 +26,9 @@ fi
22 LICENSE="|| ( UoI-NCSA MIT )"
23 SLOT="0"
24 if [[ ${PV} != 9999 ]] ; then
25 - KEYWORDS="amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
26 + KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
27 else
28 - KEYWORDS="amd64 ~arm64"
29 + KEYWORDS="amd64 ~arm64 x86"
30 fi
31 IUSE="elibc_glibc elibc_musl libcxxabi +libcxxrt libunwind +static-libs test"
32 REQUIRED_USE="libunwind? ( || ( libcxxabi libcxxrt ) )