diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-22 17:06:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-22 17:43:12 +0100 |
commit | 76f45298afbaa2a4754241c17e13b95158304a49 (patch) | |
tree | b4debd090f856e544cf15ed9d120acf118ba132a /sys-libs | |
parent | sys-devel/clang: Remove 15.0.7-r1 (diff) | |
download | gentoo-76f45298afbaa2a4754241c17e13b95158304a49.tar.gz gentoo-76f45298afbaa2a4754241c17e13b95158304a49.tar.bz2 gentoo-76f45298afbaa2a4754241c17e13b95158304a49.zip |
sys-libs/libcxx: Stabilize 15.0.7-r1 arm sparc, #892127
Signed-off-by: Michał Górny <mgorny@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 e7de7046e52a..ce286a3c038d 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 )" |