diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-23 13:23:27 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-23 13:23:27 +0300 |
commit | 09b2e8bf3074f5b055c983ae133dd8dd5d2e21b4 (patch) | |
tree | d17c80543decae5eeb1516bae868c2baf8bfa9ef | |
parent | sys-libs/compiler-rt-sanitizers: x86 stable wrt bug #705530 (diff) | |
download | gentoo-09b2e8bf3074f5b055c983ae133dd8dd5d2e21b4.tar.gz gentoo-09b2e8bf3074f5b055c983ae133dd8dd5d2e21b4.tar.bz2 gentoo-09b2e8bf3074f5b055c983ae133dd8dd5d2e21b4.zip |
sys-libs/llvm-libunwind: x86 stable wrt bug #705530
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-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 1642d0b37958..e498caf14d22 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 )" |