diff options
author | 2021-03-30 02:17:14 +0200 | |
---|---|---|
committer | 2021-03-30 02:19:22 +0200 | |
commit | e88f8de561776b484fe6ca57398da280adf57b00 (patch) | |
tree | e139a160adc8a662d280ca81f33524d3bc2b66db /sys-libs | |
parent | sys-libs/compiler-rt-sanitizers: x86 stable (bug #777282) (diff) | |
download | gentoo-e88f8de561776b484fe6ca57398da280adf57b00.tar.gz gentoo-e88f8de561776b484fe6ca57398da280adf57b00.tar.bz2 gentoo-e88f8de561776b484fe6ca57398da280adf57b00.zip |
sys-libs/llvm-libunwind: x86 stable (bug #777282)
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@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 fe667842ccfa..690598accb07 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 )" |