diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-08-22 21:53:01 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-08-22 21:53:01 +0000 |
commit | bfa505fb088be33c854cf1753e1476f306fe05dd (patch) | |
tree | ee3729eb18996898b1395915abaf2275b73324f4 | |
parent | Housekeeping (diff) | |
download | gentoo-2-bfa505fb088be33c854cf1753e1476f306fe05dd.tar.gz gentoo-2-bfa505fb088be33c854cf1753e1476f306fe05dd.tar.bz2 gentoo-2-bfa505fb088be33c854cf1753e1476f306fe05dd.zip |
Stable on sparc
(Portage version: 2.0.51.22-r2)
-rw-r--r-- | dev-lang/R/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/R/R-2.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog index 5b77991b1853..28b713c9427e 100644 --- a/dev-lang/R/ChangeLog +++ b/dev-lang/R/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/R # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.57 2005/08/22 18:31:41 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.58 2005/08/22 21:53:01 gustavoz Exp $ + + 22 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> R-2.1.1.ebuild: + Stable on sparc 22 Aug 2005; Marcus D. Hanwell <marcus@gentoo.org> -R-2.0.1.ebuild, R-2.1.1.ebuild: diff --git a/dev-lang/R/R-2.1.1.ebuild b/dev-lang/R/R-2.1.1.ebuild index effdb74d5327..3b2069428987 100644 --- a/dev-lang/R/R-2.1.1.ebuild +++ b/dev-lang/R/R-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.1.1.ebuild,v 1.2 2005/08/22 18:31:41 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.1.1.ebuild,v 1.3 2005/08/22 21:53:01 gustavoz Exp $ inherit fortran toolchain-funcs @@ -20,7 +20,7 @@ DEPEND="virtual/libc tcltk? ( dev-lang/tk )" SLOT="0" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~ppc ~ppc64 sparc x86" pkg_setup() { # Test for a 64 bit architecture - f2c won't work on 64 bit archs with R. |