diff options
author | 2022-03-10 23:52:07 +0000 | |
---|---|---|
committer | 2022-03-10 23:52:07 +0000 | |
commit | a4800ce40a86ff1c3410fd97d26da2f87d8542c3 (patch) | |
tree | a32974fde855399674c6a2d2afed658158c0bd8f /sys-devel/llvm | |
parent | sys-libs/libcxx: Stabilize 13.0.1 arm64, #833209 (diff) | |
download | gentoo-a4800ce40a86ff1c3410fd97d26da2f87d8542c3.tar.gz gentoo-a4800ce40a86ff1c3410fd97d26da2f87d8542c3.tar.bz2 gentoo-a4800ce40a86ff1c3410fd97d26da2f87d8542c3.zip |
sys-devel/llvm: Stabilize 13.0.1 arm64, #833209
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-13.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-13.0.1.ebuild b/sys-devel/llvm/llvm-13.0.1.ebuild index ea84ad674feb..b5caff083a7f 100644 --- a/sys-devel/llvm/llvm-13.0.1.ebuild +++ b/sys-devel/llvm/llvm-13.0.1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" SLOT="$(ver_cut 1)" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" IUSE="+binutils-plugin debug doc exegesis libedit +libffi ncurses test xar xml z3" RESTRICT="!test? ( test )" |