diff options
author | Sam James <sam@gentoo.org> | 2023-01-07 04:14:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-07 06:47:42 +0000 |
commit | f133c0ff1cd34c0152fcaf39e1b1ed16c2ab2cb6 (patch) | |
tree | 7fa2f6a1b092faf09d10a02862dd9ea7f9994fa3 /sys-libs | |
parent | dev-util/lldb: Stabilize 15.0.6 arm, #886483 (diff) | |
download | gentoo-f133c0ff1cd34c0152fcaf39e1b1ed16c2ab2cb6.tar.gz gentoo-f133c0ff1cd34c0152fcaf39e1b1ed16c2ab2cb6.tar.bz2 gentoo-f133c0ff1cd34c0152fcaf39e1b1ed16c2ab2cb6.zip |
sys-libs/compiler-rt: Stabilize 15.0.6 arm, #886483
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-15.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-15.0.6.ebuild b/sys-libs/compiler-rt/compiler-rt-15.0.6.ebuild index 8ee9d640e735..bbd4b5159317 100644 --- a/sys-libs/compiler-rt/compiler-rt-15.0.6.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-15.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="${LLVM_VERSION}" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos ~x64-macos" IUSE="+abi_x86_32 abi_x86_64 +clang debug test" RESTRICT="!test? ( test ) !clang? ( test )" |