diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-07-24 12:15:28 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-07-24 12:41:40 +0300 |
commit | f9ca9633fbc67c95d6f12e5f176032ec8b6ba77d (patch) | |
tree | 31b1b1ba0eae16050bce343d53ed76e291a26b51 /sys-libs/compiler-rt | |
parent | sys-libs/libomp-6.0.1: arm64 stable (bug #661776) (diff) | |
download | gentoo-f9ca9633fbc67c95d6f12e5f176032ec8b6ba77d.tar.gz gentoo-f9ca9633fbc67c95d6f12e5f176032ec8b6ba77d.tar.bz2 gentoo-f9ca9633fbc67c95d6f12e5f176032ec8b6ba77d.zip |
sys-libs/compiler-rt-6.0.1: arm64 stable (bug #661776)
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-6.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-6.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-6.0.1.ebuild index 384550a8041f..1f0466008d9f 100644 --- a/sys-libs/compiler-rt/compiler-rt-6.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-6.0.1.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 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |