diff options
author | 2023-01-26 22:30:58 +0000 | |
---|---|---|
committer | 2023-01-26 22:30:58 +0000 | |
commit | a89fc4c9a50efefce3f5e85754da0b039264bd62 (patch) | |
tree | b058a13248f2d2d5052c5f7b304b3e04b6be4e63 /sys-libs | |
parent | dev-java/fontbox: Stabilize 2.0.27 arm64, #892119 (diff) | |
download | gentoo-a89fc4c9a50efefce3f5e85754da0b039264bd62.tar.gz gentoo-a89fc4c9a50efefce3f5e85754da0b039264bd62.tar.bz2 gentoo-a89fc4c9a50efefce3f5e85754da0b039264bd62.zip |
sys-libs/libcxx: Stabilize 15.0.7-r1 arm64, #892127
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcxx/libcxx-15.0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxx/libcxx-15.0.7-r1.ebuild b/sys-libs/libcxx/libcxx-15.0.7-r1.ebuild index 705ae5fa64ac..c2c530061772 100644 --- a/sys-libs/libcxx/libcxx-15.0.7-r1.ebuild +++ b/sys-libs/libcxx/libcxx-15.0.7-r1.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="+clang +libcxxabi static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |