diff options
author | 2021-02-26 22:44:50 +0000 | |
---|---|---|
committer | 2021-02-26 22:44:50 +0000 | |
commit | 4b82527b1cd4961f463b6900dd6821fe15d89e69 (patch) | |
tree | 9548e8c1531df19ba171e9d8df8a5e0e3255813b /sys-libs | |
parent | dev-util/lldb: Stabilize 11.0.1 arm64, #768567 (diff) | |
download | gentoo-4b82527b1cd4961f463b6900dd6821fe15d89e69.tar.gz gentoo-4b82527b1cd4961f463b6900dd6821fe15d89e69.tar.bz2 gentoo-4b82527b1cd4961f463b6900dd6821fe15d89e69.zip |
sys-libs/compiler-rt: Stabilize 11.0.1 arm64, #768567
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild index e19304fcf858..31085e5f5a71 100644 --- a/sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="$(ver_cut 1-3)" -KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |