diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-13 18:30:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-13 18:40:45 +0100 |
commit | 424e08fc9d9e5bd2639c464729f8b152073423c8 (patch) | |
tree | 9a29b6ccf12d08b75edb8b20d26d20d3e61c57d2 /sys-devel/llvm-common | |
parent | app-arch/xar: Keyword ~arm64, bug #650024 (diff) | |
download | gentoo-424e08fc9d9e5bd2639c464729f8b152073423c8.tar.gz gentoo-424e08fc9d9e5bd2639c464729f8b152073423c8.tar.bz2 gentoo-424e08fc9d9e5bd2639c464729f8b152073423c8.zip |
sys-devel/llvm-common: Restore ~arm ~arm64 keywords, bug #650024
Diffstat (limited to 'sys-devel/llvm-common')
-rw-r--r-- | sys-devel/llvm-common/llvm-common-6.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm-common/llvm-common-6.0.0.ebuild b/sys-devel/llvm-common/llvm-common-6.0.0.ebuild index aaa430e14238..b4d44abdf980 100644 --- a/sys-devel/llvm-common/llvm-common-6.0.0.ebuild +++ b/sys-devel/llvm-common/llvm-common-6.0.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RDEPEND="!sys-devel/llvm:0" |