diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-04 21:57:34 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-04 21:58:17 +0200 |
commit | f493f2a8856ef8e0f310b06ab5f237e2134eeedb (patch) | |
tree | 035dff534a57c25842f670213edeefb961504cea /sys-libs/libcxx | |
parent | sys-libs/compiler-rt-sanitizers: x86 stable wrt bug #849464 (diff) | |
download | gentoo-f493f2a8856ef8e0f310b06ab5f237e2134eeedb.tar.gz gentoo-f493f2a8856ef8e0f310b06ab5f237e2134eeedb.tar.bz2 gentoo-f493f2a8856ef8e0f310b06ab5f237e2134eeedb.zip |
sys-libs/libcxx: x86 stable wrt bug #849464
Package-Manager: Portage-3.0.30, Repoman-3.0.3
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-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 e6b49a3b430a..b9c4cd77b5b1 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 )" |