sys-devel/clang: Remove non-Darwin keywords from 3.9.1
authorMichał Górny <mgorny@gentoo.org>
Sat, 7 Apr 2018 08:51:35 +0000 (10:51 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 11 Apr 2018 16:19:46 +0000 (18:19 +0200)
sys-devel/clang/clang-3.9.1-r100.ebuild

index bae3ac37f9353beb258ff657b862cc06de90130f..0fadd936ed9a13d78627a5ef0a56d3ca09b97026 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,7 +18,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
 LICENSE="UoI-NCSA"
 # keep in sync with sys-devel/llvm!
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug multitarget python +static-analyzer ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,python?,static-analyzer?,${LLVM_TARGET_USEDEPS// /,},${MULTILIB_USEDEP}]"