commit: 424e08fc9d9e5bd2639c464729f8b152073423c8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Mar 13 17:30:16 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 13 17:40:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424e08fc
sys-devel/llvm-common: Restore ~arm ~arm64 keywords, bug #650024 sys-devel/llvm-common/llvm-common-6.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 aaa430e1423..b4d44abdf98 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"
