diff options
author | Sam James <sam@gentoo.org> | 2021-06-21 08:18:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-21 08:18:29 +0100 |
commit | 26bc54a8d4195217d35251f94169d94a51992b68 (patch) | |
tree | d92f7830b0291a9e92797cdf3ed6a49a8d4b299a /sys-libs | |
parent | sys-libs/compiler-rt-sanitizers: Stabilize 12.0.0 arm64, #796215 (diff) | |
download | gentoo-26bc54a8d4195217d35251f94169d94a51992b68.tar.gz gentoo-26bc54a8d4195217d35251f94169d94a51992b68.tar.bz2 gentoo-26bc54a8d4195217d35251f94169d94a51992b68.zip |
sys-libs/llvm-libunwind: Stabilize 12.0.0 arm64, #796215
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.ebuild index 85a98a3385e8..0f82c1251fad 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/llvm-mirror/libunwind" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86 ~x64-macos" +KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~x64-macos" IUSE="debug static-libs test" RESTRICT="!test? ( test )" |