diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-09-16 17:55:56 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-09-16 18:13:46 -0400 |
commit | 41d5c3472e84ce039d9dfc0df78ffaa46ad1a40a (patch) | |
tree | c1224da80510512ca8a462a0de64893cf5075940 /sys-devel/clang-common | |
parent | sys-devel/lld: arm64 stable (bug #693856) (diff) | |
download | gentoo-41d5c3472e84ce039d9dfc0df78ffaa46ad1a40a.tar.gz gentoo-41d5c3472e84ce039d9dfc0df78ffaa46ad1a40a.tar.bz2 gentoo-41d5c3472e84ce039d9dfc0df78ffaa46ad1a40a.zip |
sys-devel/clang-common: 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-devel/clang-common')
-rw-r--r-- | sys-devel/clang-common/clang-common-8.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-common/clang-common-8.0.1.ebuild b/sys-devel/clang-common/clang-common-8.0.1.ebuild index 457848d62887..defe5a818bb9 100644 --- a/sys-devel/clang-common/clang-common-8.0.1.ebuild +++ b/sys-devel/clang-common/clang-common-8.0.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${ 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="" PDEPEND="sys-devel/clang:*" |