diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-13 13:31:00 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-13 13:31:00 -0400 |
commit | 8a5c00c8d0c5a7e9f6a92c5db6c7028155d9e721 (patch) | |
tree | 110aff5bdeb61fc0ecaec948752f24c24bf440e2 /sys-devel | |
parent | dev-python/lit: arm64 stable (diff) | |
download | gentoo-8a5c00c8d0c5a7e9f6a92c5db6c7028155d9e721.tar.gz gentoo-8a5c00c8d0c5a7e9f6a92c5db6c7028155d9e721.tar.bz2 gentoo-8a5c00c8d0c5a7e9f6a92c5db6c7028155d9e721.zip |
sys-devel/lld: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/lld/lld-7.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-7.1.0.ebuild b/sys-devel/lld/lld-7.1.0.ebuild index 70ed126644db..ffb8fff0acd3 100644 --- a/sys-devel/lld/lld-7.1.0.ebuild +++ b/sys-devel/lld/lld-7.1.0.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-fbsd" +KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-fbsd" IUSE="test" RESTRICT="!test? ( test )" |