summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-04-07 10:52:26 +0200
committerMichał Górny <mgorny@gentoo.org>2018-04-11 18:19:46 +0200
commit24dd6d35cc21788e3d34d07601311aff01d89b8d (patch)
treeb43e4602e0450dcb07639beba52f9e9e2ffb9233 /sys-devel
parentsys-devel/clang: Remove non-Darwin keywords from 3.9.1 (diff)
downloadgentoo-24dd6d35cc21788e3d34d07601311aff01d89b8d.tar.gz
gentoo-24dd6d35cc21788e3d34d07601311aff01d89b8d.tar.bz2
gentoo-24dd6d35cc21788e3d34d07601311aff01d89b8d.zip
sys-devel/llvm: Remove non-Darwin keywords from 3.9.1
Closes: https://github.com/gentoo/gentoo/pull/7702
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/llvm/llvm-3.9.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/llvm/llvm-3.9.1-r1.ebuild b/sys-devel/llvm/llvm-3.9.1-r1.ebuild
index 76552025bb21..bc9897f9842e 100644
--- a/sys-devel/llvm/llvm-3.9.1-r1.ebuild
+++ b/sys-devel/llvm/llvm-3.9.1-r1.ebuild
@@ -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=6
@@ -35,7 +35,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
LICENSE="UoI-NCSA rc BSD public-domain
llvm_targets_ARM? ( LLVM-Grant )"
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="clang debug default-compiler-rt default-libcxx doc gold libedit +libffi
lldb multitarget ncurses ocaml python +sanitize +static-analyzer test xml
elibc_musl kernel_Darwin kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"