diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-03-19 21:14:00 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-03-19 21:14:00 +0300 |
commit | b5a0a30b677a87712958a1080f9d378e2d91727e (patch) | |
tree | 22c9e6865d46b77df3f53d72bca2a0fb5016d098 /sys-libs | |
parent | sys-libs/compiler-rt-sanitizers: Stabilize 11.1.0 amd64, #777282 (diff) | |
download | gentoo-b5a0a30b677a87712958a1080f9d378e2d91727e.tar.gz gentoo-b5a0a30b677a87712958a1080f9d378e2d91727e.tar.bz2 gentoo-b5a0a30b677a87712958a1080f9d378e2d91727e.zip |
sys-libs/llvm-libunwind: Stabilize 11.1.0 amd64, #777282
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild index cc29dc8d0435..fe667842ccfa 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-11.1.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 ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos" IUSE="debug static-libs test" RESTRICT="!test? ( test )" |