diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-07-30 10:58:22 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-07-30 10:58:56 +0200 |
commit | f6f33d7b965cbeb5926658d83e410efb8d1af7ff (patch) | |
tree | 3c635d85d78864224ae70445f8d898c99740dfc7 /sys-libs | |
parent | sys-libs/compiler-rt-sanitizers: amd64 stable wrt bug #861950 (diff) | |
download | gentoo-f6f33d7b965cbeb5926658d83e410efb8d1af7ff.tar.gz gentoo-f6f33d7b965cbeb5926658d83e410efb8d1af7ff.tar.bz2 gentoo-f6f33d7b965cbeb5926658d83e410efb8d1af7ff.zip |
sys-libs/libcxx: amd64 stable wrt bug #861950
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcxx/libcxx-14.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxx/libcxx-14.0.6.ebuild b/sys-libs/libcxx/libcxx-14.0.6.ebuild index 12fe089eac6f..3b070389aa9f 100644 --- a/sys-libs/libcxx/libcxx-14.0.6.ebuild +++ b/sys-libs/libcxx/libcxx-14.0.6.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 ~sparc ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~riscv ~sparc ~x86 ~x64-macos" IUSE="+libcxxabi +libunwind static-libs test" RESTRICT="!test? ( test )" REQUIRED_USE="libunwind? ( libcxxabi )" |