diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-10-27 17:57:51 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-10-27 17:57:51 +0000 |
commit | 0cbff6ef181125a55e5e4298160a08b8a4a25b74 (patch) | |
tree | 8db2dd1f0b884ea48f847a83721f53b0178449c5 /dev-lang/R | |
parent | remove old (diff) | |
download | gentoo-2-0cbff6ef181125a55e5e4298160a08b8a4a25b74.tar.gz gentoo-2-0cbff6ef181125a55e5e4298160a08b8a4a25b74.tar.bz2 gentoo-2-0cbff6ef181125a55e5e4298160a08b8a4a25b74.zip |
Sparc stable --- Bug #244621 --- has been around for 2 months.
(Portage version: 2.2_rc12/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)
Diffstat (limited to 'dev-lang/R')
-rw-r--r-- | dev-lang/R/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/R/R-2.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog index 3d06f452c63e..13d284d44bbf 100644 --- a/dev-lang/R/ChangeLog +++ b/dev-lang/R/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/R # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.136 2008/10/27 10:32:14 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.137 2008/10/27 17:57:51 fmccor Exp $ + + 27 Oct 2008; Ferris McCormick <fmccor@gentoo.org> R-2.7.2.ebuild: + Sparc stable --- Bug #244621 --- has been around for 2 months. *R-2.8.0 (27 Oct 2008) diff --git a/dev-lang/R/R-2.7.2.ebuild b/dev-lang/R/R-2.7.2.ebuild index 8ef4a0a79119..49ba26b9d8ed 100644 --- a/dev-lang/R/R-2.7.2.ebuild +++ b/dev-lang/R/R-2.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.7.2.ebuild,v 1.3 2008/10/27 10:32:14 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.7.2.ebuild,v 1.4 2008/10/27 17:57:51 fmccor Exp $ inherit fortran flag-o-matic bash-completion versionator @@ -11,7 +11,7 @@ SRC_URI="mirror://cran/src/base/R-2/${P}.tar.gz LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" IUSE="doc java jpeg lapack minimal nls png readline tk X cairo" |