diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-09-13 18:46:21 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-09-13 18:46:21 +0300 |
commit | 9788535a0432907e2eef065df6ca674b87d2f6de (patch) | |
tree | 1550f087e1021683a447f4c9ecd82208e4a6941a /sys-libs | |
parent | dev-util/lldb: arm stable wrt bug #693856 (diff) | |
download | gentoo-9788535a0432907e2eef065df6ca674b87d2f6de.tar.gz gentoo-9788535a0432907e2eef065df6ca674b87d2f6de.tar.bz2 gentoo-9788535a0432907e2eef065df6ca674b87d2f6de.zip |
sys-libs/compiler-rt: arm stable wrt bug #693856
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-libs')
-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 7097b23d57c3..809f1f7861c0 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 )" |