diff options
author | Sam James <sam@gentoo.org> | 2023-08-02 17:07:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-02 17:07:48 +0100 |
commit | c8a53a782dc0a15a465b3e391a3b2c26a5a7ceef (patch) | |
tree | 6070c49ccce2de68e2e7797448fb2d76322bdd32 /sys-libs | |
parent | sys-libs/compiler-rt-sanitizers: Stabilize 16.0.6 arm, #908385 (diff) | |
download | gentoo-c8a53a782dc0a15a465b3e391a3b2c26a5a7ceef.tar.gz gentoo-c8a53a782dc0a15a465b3e391a3b2c26a5a7ceef.tar.bz2 gentoo-c8a53a782dc0a15a465b3e391a3b2c26a5a7ceef.zip |
sys-libs/llvm-libunwind: Stabilize 16.0.6 arm, #908385
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-16.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-16.0.6.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-16.0.6.ebuild index a4d099ce4cde..460a4f8ee07b 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-16.0.6.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-16.0.6.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86 ~x64-macos" +KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86 ~x64-macos" IUSE="+clang debug static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |