diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2012-09-24 11:43:29 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2012-09-24 11:43:29 +0000 |
commit | d262bfd2611da49d2772b35d4a83b2a84d18922d (patch) | |
tree | 7bc1e93775669708beafc0a25cf1a46e3338bae1 /sys-devel/llvm/llvm-3.0-r2.ebuild | |
parent | Stable for amd64, wrt bug #435688 (diff) | |
download | historical-d262bfd2611da49d2772b35d4a83b2a84d18922d.tar.gz historical-d262bfd2611da49d2772b35d4a83b2a84d18922d.tar.bz2 historical-d262bfd2611da49d2772b35d4a83b2a84d18922d.zip |
x86 stable, see bug 417027. Thanks Myckel Habets!
Package-Manager: portage-2.1.11.9/cvs/Linux i686
Diffstat (limited to 'sys-devel/llvm/llvm-3.0-r2.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-3.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/llvm/llvm-3.0-r2.ebuild b/sys-devel/llvm/llvm-3.0-r2.ebuild index c25b00397289..279333412d28 100644 --- a/sys-devel/llvm/llvm-3.0-r2.ebuild +++ b/sys-devel/llvm/llvm-3.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.0-r2.ebuild,v 1.7 2012/08/24 14:23:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.0-r2.ebuild,v 1.8 2012/09/24 11:43:29 nativemad Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -12,7 +12,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.tar.gz" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="debug gold +libffi multitarget ocaml test udis86 vim-syntax" DEPEND="dev-lang/perl |