diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-30 02:17:54 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-30 02:19:23 +0200 |
commit | 11554771d3e079f308b05aceef1ca0cb55b7a80b (patch) | |
tree | b5f59a034370245c5eccb367de5f483ce1056eed /sys-libs | |
parent | sys-libs/libcxxabi: x86 stable (bug #777282) (diff) | |
download | gentoo-11554771d3e079f308b05aceef1ca0cb55b7a80b.tar.gz gentoo-11554771d3e079f308b05aceef1ca0cb55b7a80b.tar.bz2 gentoo-11554771d3e079f308b05aceef1ca0cb55b7a80b.zip |
sys-libs/libcxx: x86 stable (bug #777282)
Package-Manager: Portage-3.0.17, 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.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxx/libcxx-11.1.0.ebuild b/sys-libs/libcxx/libcxx-11.1.0.ebuild index 26e9ff250d52..c91af9ac2f74 100644 --- a/sys-libs/libcxx/libcxx-11.1.0.ebuild +++ b/sys-libs/libcxx/libcxx-11.1.0.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 )" |