diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-27 15:19:53 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-27 15:20:19 +0300 |
commit | 7b7b59d33e39cb4a8817cc0c80d083c940ab357b (patch) | |
tree | 86b9a976491dfa5ffa67b95218a13cdb93fbcc34 /sys-libs/llvm-libunwind | |
parent | sys-libs/compiler-rt-sanitizers: arm stable wrt bug #705530 (diff) | |
download | gentoo-7b7b59d33e39cb4a8817cc0c80d083c940ab357b.tar.gz gentoo-7b7b59d33e39cb4a8817cc0c80d083c940ab357b.tar.bz2 gentoo-7b7b59d33e39cb4a8817cc0c80d083c940ab357b.zip |
sys-libs/llvm-libunwind: arm stable wrt bug #705530
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-libs/llvm-libunwind')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-9.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9.0.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9.0.1.ebuild index e498caf14d22..39b185ef6458 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9.0.1.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-9.0.1.ebuild @@ -14,7 +14,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 arm ~arm64 x86" IUSE="debug +static-libs test" RESTRICT="!test? ( test )" |