diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-09-10 09:09:59 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-09-10 09:09:59 +0200 |
commit | ce49f272c9fdd067db1fa08eda6b71bef9aa6eab (patch) | |
tree | 0fc7030f2b4d0f097763ba98085484beffc7d024 /sys-libs/compiler-rt | |
parent | sys-devel/llvmgold: x86 stable wrt bug #693856 (diff) | |
download | gentoo-ce49f272c9fdd067db1fa08eda6b71bef9aa6eab.tar.gz gentoo-ce49f272c9fdd067db1fa08eda6b71bef9aa6eab.tar.bz2 gentoo-ce49f272c9fdd067db1fa08eda6b71bef9aa6eab.zip |
sys-libs/compiler-rt: x86 stable wrt bug #693856
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild index 60ab885472e9..3f0f4343a981 100644 --- a/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${ LICENSE="|| ( UoI-NCSA MIT )" SLOT="${PV%_*}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |