diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-09-10 09:10:06 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-09-10 09:10:06 +0200 |
commit | 493de6b98e402307b2e5d062f01e477e8b6ba9ae (patch) | |
tree | a723ab8205a7af5e6b35fdf02d7c53d7e8464a74 /sys-libs/libcxx | |
parent | sys-libs/compiler-rt-sanitizers: x86 stable wrt bug #693856 (diff) | |
download | gentoo-493de6b98e402307b2e5d062f01e477e8b6ba9ae.tar.gz gentoo-493de6b98e402307b2e5d062f01e477e8b6ba9ae.tar.bz2 gentoo-493de6b98e402307b2e5d062f01e477e8b6ba9ae.zip |
sys-libs/libcxx: x86 stable wrt bug #693856
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs/libcxx')
-rw-r--r-- | sys-libs/libcxx/libcxx-8.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxx/libcxx-8.0.1.ebuild b/sys-libs/libcxx/libcxx-8.0.1.ebuild index c424f2d75792..fc365cc33324 100644 --- a/sys-libs/libcxx/libcxx-8.0.1.ebuild +++ b/sys-libs/libcxx/libcxx-8.0.1.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${ LICENSE="|| ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-fbsd" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-fbsd" IUSE="elibc_glibc elibc_musl +libcxxabi libcxxrt +libunwind +static-libs test" REQUIRED_USE="libunwind? ( || ( libcxxabi libcxxrt ) ) ?? ( libcxxabi libcxxrt )" |