diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-03-09 20:27:41 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-03-09 20:30:04 +0200 |
commit | dfa732e2430415ebc8d1e24b455449c7fdfd611b (patch) | |
tree | 1aaf09538713feee233728adfff0e3840cfec085 /sys-libs | |
parent | dev-util/lldb: arm64 stable (bug #705530) (diff) | |
download | gentoo-dfa732e2430415ebc8d1e24b455449c7fdfd611b.tar.gz gentoo-dfa732e2430415ebc8d1e24b455449c7fdfd611b.tar.bz2 gentoo-dfa732e2430415ebc8d1e24b455449c7fdfd611b.zip |
sys-libs/compiler-rt: arm64 stable (bug #705530)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild index 6050293e5159..5a78551f828d 100644 --- a/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild @@ -14,7 +14,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="$(ver_cut 1-3)" -KEYWORDS="amd64 arm ~arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |