diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-23 13:23:21 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-23 13:23:21 +0300 |
commit | 1ecb58b9c2525553fbffdd0205b2d56a451f8860 (patch) | |
tree | 4152dd1d6e078defb7ec1aa28c336cfbebb4753c /sys-libs | |
parent | dev-util/lldb: x86 stable wrt bug #705530 (diff) | |
download | gentoo-1ecb58b9c2525553fbffdd0205b2d56a451f8860.tar.gz gentoo-1ecb58b9c2525553fbffdd0205b2d56a451f8860.tar.bz2 gentoo-1ecb58b9c2525553fbffdd0205b2d56a451f8860.zip |
sys-libs/compiler-rt: 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>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild index f4cfa19899e2..990489f56a2c 100644 --- a/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild @@ -14,7 +14,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="$(ver_cut 1-3)" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |