diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-04 21:54:47 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-04 21:54:47 +0200 |
commit | 3b3aded46fbcbd751c9459d64a71d159b815e4d3 (patch) | |
tree | e357090af4f66755fd59808ffeacbcd3f580d00e /sys-libs | |
parent | sys-libs/compiler-rt-sanitizers: arm64 stable wrt bug #849464 (diff) | |
download | gentoo-3b3aded46fbcbd751c9459d64a71d159b815e4d3.tar.gz gentoo-3b3aded46fbcbd751c9459d64a71d159b815e4d3.tar.bz2 gentoo-3b3aded46fbcbd751c9459d64a71d159b815e4d3.zip |
sys-libs/libcxx: arm64 stable wrt bug #849464
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcxx/libcxx-14.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxx/libcxx-14.0.4.ebuild b/sys-libs/libcxx/libcxx-14.0.4.ebuild index 4b9c9c94e459..e6b49a3b430a 100644 --- a/sys-libs/libcxx/libcxx-14.0.4.ebuild +++ b/sys-libs/libcxx/libcxx-14.0.4.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://libcxx.llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm arm64 ~riscv ~x86 ~x64-macos" IUSE="+libcxxabi +libunwind static-libs test" RESTRICT="!test? ( test )" REQUIRED_USE="libunwind? ( libcxxabi )" |