diff options
author | 2019-05-13 13:29:30 -0400 | |
---|---|---|
committer | 2019-05-13 13:29:30 -0400 | |
commit | df9fb5b167db38c242d224c794f7f657dfa49169 (patch) | |
tree | 1e75159485252ec7c2474864bde7aea5601aa58f /sys-devel | |
parent | dev-python/llvmlite: arm64 stable (diff) | |
download | gentoo-df9fb5b167db38c242d224c794f7f657dfa49169.tar.gz gentoo-df9fb5b167db38c242d224c794f7f657dfa49169.tar.bz2 gentoo-df9fb5b167db38c242d224c794f7f657dfa49169.zip |
sys-devel/llvm-common: 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/llvm-common/llvm-common-7.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm-common/llvm-common-7.1.0.ebuild b/sys-devel/llvm-common/llvm-common-7.1.0.ebuild index 78ca1672ebaa..e8fcfee1d490 100644 --- a/sys-devel/llvm-common/llvm-common-7.1.0.ebuild +++ b/sys-devel/llvm-common/llvm-common-7.1.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz" LICENSE="UoI-NCSA" SLOT="0" -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="" RDEPEND="!sys-devel/llvm:0" |