diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-15 09:54:56 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-15 09:54:56 +0000 |
commit | 20a77d26df08435ca3b0669eaf6137e3bd688cac (patch) | |
tree | 4c755d2eab38973117d098faac94f752ec07a976 /sys-devel/llvm | |
parent | Stable on amd64 wrt bug #374977 (diff) | |
download | gentoo-2-20a77d26df08435ca3b0669eaf6137e3bd688cac.tar.gz gentoo-2-20a77d26df08435ca3b0669eaf6137e3bd688cac.tar.bz2 gentoo-2-20a77d26df08435ca3b0669eaf6137e3bd688cac.zip |
ppc stable wrt #360553
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-2.8-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index d9e745541a96..e05ae093124b 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.43 2011/06/06 19:34:32 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.44 2011/07/15 09:54:56 xarthisius Exp $ + + 15 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> llvm-2.8-r2.ebuild: + ppc stable wrt #360553 06 Jun 2011; Bernard Cafarelli <voyageur@gentoo.org> llvm-9999.ebuild: Update live ebuild to sync latest ebuild changes (vim-syntax, libffi, ...) diff --git a/sys-devel/llvm/llvm-2.8-r2.ebuild b/sys-devel/llvm/llvm-2.8-r2.ebuild index 9fd57bbebddc..8286189cf8b3 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-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.4 2011/04/10 07:14:42 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.8-r2.ebuild,v 1.5 2011/07/15 09:54:56 xarthisius 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 ~x86-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 |