diff options
author | Sam James <sam@gentoo.org> | 2021-09-11 07:06:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-11 07:06:14 +0100 |
commit | 43b9fc3765f317eb5a06c5663cd45c85928ba7a0 (patch) | |
tree | e3ef4ccbc1d09f341697981e61a9e0dc8268b641 /sys-libs/llvm-libunwind | |
parent | sys-libs/compiler-rt-sanitizers: Stabilize 12.0.1 arm, #804471 (diff) | |
download | gentoo-43b9fc3765f317eb5a06c5663cd45c85928ba7a0.tar.gz gentoo-43b9fc3765f317eb5a06c5663cd45c85928ba7a0.tar.bz2 gentoo-43b9fc3765f317eb5a06c5663cd45c85928ba7a0.zip |
sys-libs/llvm-libunwind: Stabilize 12.0.1 arm, #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 6d83fd941172..4705a67fc652 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 )" |