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 | dd02a8cafa34475faeab24e72ab49c88d51bea7d (patch) | |
tree | f5b9f94088ada29cbd66428d91df30b8690c5cce /sys-devel/llvm/llvm-3.0-r2.ebuild | |
parent | x86 stable, see bug 417027. Thanks Myckel Habets! (diff) | |
download | gentoo-2-dd02a8cafa34475faeab24e72ab49c88d51bea7d.tar.gz gentoo-2-dd02a8cafa34475faeab24e72ab49c88d51bea7d.tar.bz2 gentoo-2-dd02a8cafa34475faeab24e72ab49c88d51bea7d.zip |
x86 stable, see bug 417027. Thanks Myckel Habets!
(Portage version: 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 |