diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-06-13 20:11:09 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-06-13 20:11:09 +0000 |
commit | 9c946b9b79b2c59254b3fbd5a474ae63bbde22fd (patch) | |
tree | ef63ca6196f8e7c10e735e3f4156167a466bb337 /dev-lang | |
parent | net-irc/loqui-0.4.0_pre2 fixed the recode functions (diff) | |
download | gentoo-2-9c946b9b79b2c59254b3fbd5a474ae63bbde22fd.tar.gz gentoo-2-9c946b9b79b2c59254b3fbd5a474ae63bbde22fd.tar.bz2 gentoo-2-9c946b9b79b2c59254b3fbd5a474ae63bbde22fd.zip |
Stable on sparc
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/R/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/R/R-2.1.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog index 9823a4fab8d6..9eabc697e2fa 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.52 2005/06/12 18:23:28 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.53 2005/06/13 20:11:09 gustavoz Exp $ + + 13 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> R-2.1.0-r1.ebuild: + Stable on sparc 12 Jun 2005; Marcus D. Hanwell <marcus@gentoo.org> -R-1.9.0-r1.ebuild: Removing old version. Closes bug 91512. diff --git a/dev-lang/R/R-2.1.0-r1.ebuild b/dev-lang/R/R-2.1.0-r1.ebuild index 65a671b915b3..cd582980b354 100644 --- a/dev-lang/R/R-2.1.0-r1.ebuild +++ b/dev-lang/R/R-2.1.0-r1.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.0-r1.ebuild,v 1.5 2005/06/11 18:19:41 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.1.0-r1.ebuild,v 1.6 2005/06/13 20:11:09 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" src_compile() { # Test for a 64 bit architecture - f2c won't work on 64 bit archs with R. |