diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-06-17 02:18:21 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-06-17 02:19:01 +1000 |
commit | 7336e7ac185b69478740ce596d06c9401f2c5468 (patch) | |
tree | ae52951b54d407850f7de36aca4373d4155adcfd /sys-devel | |
parent | sys-libs/libunwind: disable test building in 1.2_rc1 too (diff) | |
download | gentoo-7336e7ac185b69478740ce596d06c9401f2c5468.tar.gz gentoo-7336e7ac185b69478740ce596d06c9401f2c5468.tar.bz2 gentoo-7336e7ac185b69478740ce596d06c9401f2c5468.zip |
sys-devel/llvm: amd64/x86 stable
Gentoo-bug: 564402
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-3.7.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-3.7.1-r2.ebuild b/sys-devel/llvm/llvm-3.7.1-r2.ebuild index 9e22175f2aff..65f2fc74005c 100644 --- a/sys-devel/llvm/llvm-3.7.1-r2.ebuild +++ b/sys-devel/llvm/llvm-3.7.1-r2.ebuild @@ -21,7 +21,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz LICENSE="UoI-NCSA" SLOT="0/${PV}" -KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="clang debug doc gold libedit +libffi lldb multitarget ncurses ocaml python +static-analyzer test xml video_cards_radeon kernel_Darwin kernel_FreeBSD" |