diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-04-10 10:26:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-04-10 10:26:35 +0000 |
commit | 3669064d55ff0b3339d091ccee824407ef5823bc (patch) | |
tree | e7d0f2efa8aaa50e124abe8793908c5aea473726 /dev-lang | |
parent | version bump to fix several possible security issues, details to follow, bug ... (diff) | |
download | gentoo-2-3669064d55ff0b3339d091ccee824407ef5823bc.tar.gz gentoo-2-3669064d55ff0b3339d091ccee824407ef5823bc.tar.bz2 gentoo-2-3669064d55ff0b3339d091ccee824407ef5823bc.zip |
Stable for HPPA (bug #265338).
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/R/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/R/R-2.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog index 10afd196a02b..31643e852f47 100644 --- a/dev-lang/R/ChangeLog +++ b/dev-lang/R/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/R # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.145 2009/04/07 16:09:49 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.146 2009/04/10 10:26:35 jer Exp $ + + 10 Apr 2009; Jeroen Roovers <jer@gentoo.org> R-2.8.1.ebuild: + Stable for HPPA (bug #265338). 07 Apr 2009; Ferris McCormick <fmccor@gentoo.org> R-2.8.1.ebuild: Sparc stable, Bug #265338. diff --git a/dev-lang/R/R-2.8.1.ebuild b/dev-lang/R/R-2.8.1.ebuild index fdf429a05819..93109696211d 100644 --- a/dev-lang/R/R-2.8.1.ebuild +++ b/dev-lang/R/R-2.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.8.1.ebuild,v 1.3 2009/04/07 16:09:49 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.8.1.ebuild,v 1.4 2009/04/10 10:26:35 jer Exp $ EAPI=2 inherit eutils fortran flag-o-matic bash-completion versionator @@ -12,7 +12,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" |