diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-13 18:36:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-13 18:40:48 +0100 |
commit | bfc104066e4c71ac1748930696ad1b0f0cd2e4db (patch) | |
tree | f621720b26a827e42b29d360fb2ead7bc43da4c0 /sys-libs/compiler-rt | |
parent | dev-util/lldb: Restore ~arm64 keywords, bug #650024 (diff) | |
download | gentoo-bfc104066e4c71ac1748930696ad1b0f0cd2e4db.tar.gz gentoo-bfc104066e4c71ac1748930696ad1b0f0cd2e4db.tar.bz2 gentoo-bfc104066e4c71ac1748930696ad1b0f0cd2e4db.zip |
sys-libs/compiler-rt: Restore ~arm64 keywords, bug #650024
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild | 2 |
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 c542741b8425..145553565216 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 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |