diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 16:29:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-18 16:29:46 +0100 |
commit | 9a31f196404ce9510b414992c4d8e290e955fd68 (patch) | |
tree | dd09db9348031c9f157caf2cdac48c60a9569ab1 /sys-libs | |
parent | sys-libs/compiler-rt-sanitizers: Stabilize 12.0.0 x86, #796215 (diff) | |
download | gentoo-9a31f196404ce9510b414992c4d8e290e955fd68.tar.gz gentoo-9a31f196404ce9510b414992c4d8e290e955fd68.tar.bz2 gentoo-9a31f196404ce9510b414992c4d8e290e955fd68.zip |
sys-libs/llvm-libunwind: Stabilize 12.0.0 x86, #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 7f33378df74a..c2ab1f90a3c1 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 )" |