diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-11-20 21:56:47 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-11-20 21:56:47 +0000 |
commit | 84e68dba51a076aec12964b9e18cba8e9c776168 (patch) | |
tree | 5aacb2daf1d2c39a5f5ddd5ff0fc4d3904f42691 /dev-lang/R | |
parent | Move app-emacs/wanderlust-cvs to app-emacs/wanderlust. (diff) | |
download | gentoo-2-84e68dba51a076aec12964b9e18cba8e9c776168.tar.gz gentoo-2-84e68dba51a076aec12964b9e18cba8e9c776168.tar.bz2 gentoo-2-84e68dba51a076aec12964b9e18cba8e9c776168.zip |
Stable on amd64 wrt bug #198976.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-lang/R')
-rw-r--r-- | dev-lang/R/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/R/R-2.2.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog index c0a1ae89d308..23b2ab780124 100644 --- a/dev-lang/R/ChangeLog +++ b/dev-lang/R/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/R # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.98 2007/11/18 19:15:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.99 2007/11/20 21:56:47 wolf31o2 Exp $ + + 20 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> R-2.2.1-r1.ebuild: + Stable on amd64 wrt bug #198976. 18 Nov 2007; Jeroen Roovers <jer@gentoo.org> R-2.6.0-r1.ebuild: Marked ~hppa (bug #199368). diff --git a/dev-lang/R/R-2.2.1-r1.ebuild b/dev-lang/R/R-2.2.1-r1.ebuild index f9f718c20e1b..578e44bd4308 100644 --- a/dev-lang/R/R-2.2.1-r1.ebuild +++ b/dev-lang/R/R-2.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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-r1.ebuild,v 1.7 2007/11/18 17:40:45 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.2.1-r1.ebuild,v 1.8 2007/11/20 21:56:47 wolf31o2 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 tk X lapack" RDEPEND=">=dev-lang/perl-5.6.1-r3 |