diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-19 18:05:59 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-19 18:06:59 +0100 |
commit | a388d62ccc774cbc828281742e826172a8404f0a (patch) | |
tree | 1a2e59132cd380cde6cb2a3ca0203004a2db62db /sys-libs | |
parent | sys-libs/libcxxabi: x86 stable (bug #768567) (diff) | |
download | gentoo-a388d62ccc774cbc828281742e826172a8404f0a.tar.gz gentoo-a388d62ccc774cbc828281742e826172a8404f0a.tar.bz2 gentoo-a388d62ccc774cbc828281742e826172a8404f0a.zip |
sys-libs/libcxx: x86 stable (bug #768567)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcxx/libcxx-11.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxx/libcxx-11.0.1.ebuild b/sys-libs/libcxx/libcxx-11.0.1.ebuild index 9414c15c0f46..ab51ea49d23d 100644 --- a/sys-libs/libcxx/libcxx-11.0.1.ebuild +++ b/sys-libs/libcxx/libcxx-11.0.1.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="elibc_glibc elibc_musl +libcxxabi +libunwind static-libs test" REQUIRED_USE="libunwind? ( libcxxabi )" RESTRICT="!test? ( test )" |