diff options
author | Sam James <sam@gentoo.org> | 2021-08-04 05:52:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-04 05:53:01 +0100 |
commit | 573cc9bf41fbda61f498565d1a621318261130a1 (patch) | |
tree | c09e2bebfc15c95dc0b5e26e10f8ebc115455dc7 /sys-libs | |
parent | sys-libs/compiler-rt-sanitizers: Stabilize 12.0.1 amd64, #804471 (diff) | |
download | gentoo-573cc9bf41fbda61f498565d1a621318261130a1.tar.gz gentoo-573cc9bf41fbda61f498565d1a621318261130a1.tar.bz2 gentoo-573cc9bf41fbda61f498565d1a621318261130a1.zip |
sys-libs/llvm-libunwind: Stabilize 12.0.1 amd64, #804471
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-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 f436a136f170..a1da7f398e2e 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 )" |