diff options
author | Sam James <sam@gentoo.org> | 2021-09-11 07:01:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-11 07:01:53 +0100 |
commit | 96a24349d646637a4981ed2f7c1613d2e292f4b2 (patch) | |
tree | 75bd24affa714c3d89cadb65a2662c4cda05d7e1 /sys-libs/llvm-libunwind | |
parent | sys-libs/compiler-rt-sanitizers: Stabilize 12.0.1 x86, #804471 (diff) | |
download | gentoo-96a24349d646637a4981ed2f7c1613d2e292f4b2.tar.gz gentoo-96a24349d646637a4981ed2f7c1613d2e292f4b2.tar.bz2 gentoo-96a24349d646637a4981ed2f7c1613d2e292f4b2.zip |
sys-libs/llvm-libunwind: Stabilize 12.0.1 x86, #804471
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/llvm-libunwind')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild index 08f10724089d..9985b1ca639b 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.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 )" |