summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-09 16:37:49 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-09 16:46:28 +0100
commit9cd8b9d1c143f5da618c6327235053f0872f1b61 (patch)
treebe7452eddb7570b11e5e768e229b276251539d5f
parentdev-util/lldb: Dekeyword ~arm* due to deps (diff)
downloadgentoo-9cd8b9d1c143f5da618c6327235053f0872f1b61.tar.gz
gentoo-9cd8b9d1c143f5da618c6327235053f0872f1b61.tar.bz2
gentoo-9cd8b9d1c143f5da618c6327235053f0872f1b61.zip
sys-libs/compiler-rt: Dekeyword ~arm* due to deps
-rw-r--r--sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild b/sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild
index 12ca6fce3e3d..3e2c58532f58 100644
--- a/sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz"
LICENSE="|| ( UoI-NCSA MIT )"
SLOT="${PV%_*}"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="+clang test"
RESTRICT="!test? ( test ) !clang? ( test )"