diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-08-07 12:51:34 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-08-07 12:51:34 +0000 |
commit | 59f055608fdca5befbbfe615615d4826ecfb8e28 (patch) | |
tree | ade86f565c51668652a9ce90114f925f68ca9c7a | |
parent | Marked stable on x86. (diff) | |
download | gentoo-2-59f055608fdca5befbbfe615615d4826ecfb8e28.tar.gz gentoo-2-59f055608fdca5befbbfe615615d4826ecfb8e28.tar.bz2 gentoo-2-59f055608fdca5befbbfe615615d4826ecfb8e28.zip |
Stable on sparc --- Bug #135318 --- has been running fine since last January.
(But note that on some systems, FEATURES=test fails: Compare Comments 5, 8,
9, 10, and 11.)
(Portage version: 2.1.1_pre4-r4)
-rw-r--r-- | dev-lang/R/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/R/R-2.2.1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog index 8147dfc12694..587247cf6dde 100644 --- a/dev-lang/R/ChangeLog +++ b/dev-lang/R/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/R # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.76 2006/06/28 10:11:03 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.77 2006/08/07 12:51:34 fmccor Exp $ + + 07 Aug 2006; Ferris McCormick <fmccor@gentoo.org> R-2.2.1.ebuild: + Stable on sparc --- Bug #135318 --- has been running fine since last January. + (But note that on some systems, FEATURES=test fails: Compare Comments 5, 8, + 9, 10, and 11.) 28 Jun 2006; Luca Barbato <lu_zero@gentoo.org> R-2.3.1.ebuild: Made it use -fPIC instead of -fpic diff --git a/dev-lang/R/R-2.2.1.ebuild b/dev-lang/R/R-2.2.1.ebuild index 4b88877e5fca..a8588fc39086 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.12 2006/06/17 21:13:18 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.2.1.ebuild,v 1.13 2006/08/07 12:51:34 fmccor 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 |