diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-06-06 18:49:39 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-06-06 18:49:39 +0000 |
commit | 672c21aba18393df95ac5e2be02f9894a9c9852a (patch) | |
tree | 7558202884ae033279815d09ab47467f9b6ae541 /dev-lang/R/R-2.2.1.ebuild | |
parent | Added >=app-emulation/emul-linux-x86-xlibs-7.0 to the list of valid 32-bit op... (diff) | |
download | gentoo-2-672c21aba18393df95ac5e2be02f9894a9c9852a.tar.gz gentoo-2-672c21aba18393df95ac5e2be02f9894a9c9852a.tar.bz2 gentoo-2-672c21aba18393df95ac5e2be02f9894a9c9852a.zip |
Stable on ppc64; bug #135318
(Portage version: 2.0.54-r2)
Diffstat (limited to 'dev-lang/R/R-2.2.1.ebuild')
-rw-r--r-- | dev-lang/R/R-2.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/R/R-2.2.1.ebuild b/dev-lang/R/R-2.2.1.ebuild index bc8775957b14..b2c91b0b4a10 100644 --- a/dev-lang/R/R-2.2.1.ebuild +++ b/dev-lang/R/R-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.2.1.ebuild,v 1.8 2006/06/02 20:13:01 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.2.1.ebuild,v 1.9 2006/06/06 18:49:39 corsair Exp $ inherit fortran toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://cran/src/base/R-2/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ~ppc ppc64 ~sparc ~x86" IUSE="blas jpeg nls png readline tcltk X lapack" RDEPEND=">=dev-lang/perl-5.6.1-r3 |