diff options
author | Markus Meier <maekke@gentoo.org> | 2015-01-01 20:53:35 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-01-01 20:53:35 +0000 |
commit | c898359ad9b3ee72bec58e0e0af24e64b2733218 (patch) | |
tree | e848f72848f58fb516d033b3a85f70fd5a062dda /sys-devel/llvm/llvm-3.5.0.ebuild | |
parent | add ~arm, bug #533430 (diff) | |
download | historical-c898359ad9b3ee72bec58e0e0af24e64b2733218.tar.gz historical-c898359ad9b3ee72bec58e0e0af24e64b2733218.tar.bz2 historical-c898359ad9b3ee72bec58e0e0af24e64b2733218.zip |
arm stable, bug #530882
Package-Manager: portage-2.2.15/cvs/Linux x86_64
RepoMan-Options: --include-arches="arm"
Manifest-Sign-Key: 0x072AD062
Diffstat (limited to 'sys-devel/llvm/llvm-3.5.0.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-3.5.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/llvm/llvm-3.5.0.ebuild b/sys-devel/llvm/llvm-3.5.0.ebuild index 7cbb0a110ee0..aff2a55dbea6 100644 --- a/sys-devel/llvm/llvm-3.5.0.ebuild +++ b/sys-devel/llvm/llvm-3.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.10 2014/12/31 16:07:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.11 2015/01/01 20:53:32 maekke Exp $ EAPI=5 @@ -19,7 +19,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz LICENSE="UoI-NCSA" SLOT="0/3.5" -KEYWORDS="amd64 ~arm 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 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 multitarget ncurses ocaml python +static-analyzer test xml video_cards_radeon kernel_Darwin kernel_FreeBSD" |