diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-04 21:57:38 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-04 21:58:17 +0200 |
commit | c56b00c8e4bc699d5d314d6d3ca9f6ca28b0e6be (patch) | |
tree | acf4c8729482997dd4a628e00926cb52c21ff516 /sys-libs | |
parent | sys-libs/libcxx: x86 stable wrt bug #849464 (diff) | |
download | gentoo-c56b00c8e4bc699d5d314d6d3ca9f6ca28b0e6be.tar.gz gentoo-c56b00c8e4bc699d5d314d6d3ca9f6ca28b0e6be.tar.bz2 gentoo-c56b00c8e4bc699d5d314d6d3ca9f6ca28b0e6be.zip |
sys-libs/libcxxabi: 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')
-rw-r--r-- | sys-libs/libcxxabi/libcxxabi-14.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxxabi/libcxxabi-14.0.4.ebuild b/sys-libs/libcxxabi/libcxxabi-14.0.4.ebuild index 90d2c05279c3..d8cef90dd971 100644 --- a/sys-libs/libcxxabi/libcxxabi-14.0.4.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-14.0.4.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://libcxxabi.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="+libunwind static-libs test" RESTRICT="!test? ( test )" |