diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-09-16 17:58:06 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-09-16 18:13:47 -0400 |
commit | 982a98a5b9426ac7c515274c463d20fbfa55a54d (patch) | |
tree | f9bf25adb4942c40a93d58c4d928e00bb20ccf7d /sys-libs | |
parent | dev-util/lldb: arm64 stable (bug #693856) (diff) | |
download | gentoo-982a98a5b9426ac7c515274c463d20fbfa55a54d.tar.gz gentoo-982a98a5b9426ac7c515274c463d20fbfa55a54d.tar.bz2 gentoo-982a98a5b9426ac7c515274c463d20fbfa55a54d.zip |
sys-libs/compiler-rt: arm64 stable (bug #693856)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17
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 809f1f7861c0..4bb883a980cc 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 )" |