diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-03-14 21:39:39 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-03-14 21:39:39 +0000 |
commit | b38d52b539bef9a9c918ac2ca3d39ccf33bbfcc6 (patch) | |
tree | 36de327200f420a1ccbc4db3dd38e1dee5510d24 /sys-devel | |
parent | Removed obsolete dependencies on gnomeprint, bug #358443 (diff) | |
download | gentoo-2-b38d52b539bef9a9c918ac2ca3d39ccf33bbfcc6.tar.gz gentoo-2-b38d52b539bef9a9c918ac2ca3d39ccf33bbfcc6.tar.bz2 gentoo-2-b38d52b539bef9a9c918ac2ca3d39ccf33bbfcc6.zip |
Marked ~x86-linux
(Portage version: 2.2.01.18091-prefix/cvs/Darwin powerpc, RepoMan options: --force)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-2.8-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index 8285d44337c0..1124898830a9 100644 --- a/sys-devel/llvm/ChangeLog +++ b/sys-devel/llvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.32 2011/02/28 23:05:28 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.33 2011/03/14 21:39:39 grobian Exp $ + + 14 Mar 2011; Fabian Groffen <grobian@gentoo.org> llvm-2.8-r2.ebuild: + Marked ~x86-linux 28 Feb 2011; Bernard Cafarelli <voyageur@gentoo.org> +files/llvm-2.9-nodoctargz.patch, llvm-9999.ebuild: diff --git a/sys-devel/llvm/llvm-2.8-r2.ebuild b/sys-devel/llvm/llvm-2.8-r2.ebuild index 3dfb4ecafeef..071272449911 100644 --- a/sys-devel/llvm/llvm-2.8-r2.ebuild +++ b/sys-devel/llvm/llvm-2.8-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.8-r2.ebuild,v 1.1 2010/12/19 22:45:41 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.8-r2.ebuild,v 1.2 2011/03/14 21:39:39 grobian Exp $ EAPI="3" inherit eutils multilib toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.tgz -> ${P}-r1.tgz" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~ppc-macos" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="alltargets debug +libffi llvm-gcc ocaml test udis86" DEPEND="dev-lang/perl |