diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-06-11 18:19:41 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-06-11 18:19:41 +0000 |
commit | b7d376a077ca02134b194e303419a275f51f8ffd (patch) | |
tree | 440f0d1953c17893b3e317b5861f9c55f4a8fd84 /dev-lang/R | |
parent | Small style fixes on ebuild (diff) | |
download | gentoo-2-b7d376a077ca02134b194e303419a275f51f8ffd.tar.gz gentoo-2-b7d376a077ca02134b194e303419a275f51f8ffd.tar.bz2 gentoo-2-b7d376a077ca02134b194e303419a275f51f8ffd.zip |
Stable on amd64 and x86.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lang/R')
-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 7a4074fc8093..f48614785a6e 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.50 2005/06/07 14:28:22 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.51 2005/06/11 18:19:41 cryos Exp $ + + 11 Jun 2005; Marcus D. Hanwell <marcus@gentoo.org> R-2.1.0-r1.ebuild: + Stable on amd64 and x86. 07 Jun 2005; Patrick Kursawe <phosphan@gentoo.org> R-2.0.1.ebuild, R-2.1.0-r1.ebuild: diff --git a/dev-lang/R/R-2.1.0-r1.ebuild b/dev-lang/R/R-2.1.0-r1.ebuild index 8faf65070851..65a671b915b3 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.4 2005/06/09 00:58:23 mr_bones_ Exp $ +# $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 $ inherit fortran toolchain-funcs @@ -20,7 +20,7 @@ DEPEND="virtual/libc tcltk? ( dev-lang/tk )" SLOT="0" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~x86 ~sparc ~ppc ~ppc64 ~amd64" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" src_compile() { # Test for a 64 bit architecture - f2c won't work on 64 bit archs with R. |