diff options
author | 2004-11-17 16:44:42 +0000 | |
---|---|---|
committer | 2004-11-17 16:44:42 +0000 | |
commit | b69809055215f7a7dbbad0c77a77acc54e2d9ae7 (patch) | |
tree | 43018a7da94cf5cf3d27f541457f8a04d649f0a9 /dev-lang | |
parent | add missing || die (Manifest recommit) (diff) | |
download | gentoo-2-b69809055215f7a7dbbad0c77a77acc54e2d9ae7.tar.gz gentoo-2-b69809055215f7a7dbbad0c77a77acc54e2d9ae7.tar.bz2 gentoo-2-b69809055215f7a7dbbad0c77a77acc54e2d9ae7.zip |
stable on ppc64
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/R/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/R/R-2.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog index dc3d35c56399..bbd61ec90672 100644 --- a/dev-lang/R/ChangeLog +++ b/dev-lang/R/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/R # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.35 2004/10/10 18:53:14 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.36 2004/11/17 16:44:42 corsair Exp $ + + 17 Nov 2004; Markus Rothe <corsair@gentoo.org> R-2.0.0.ebuild: + stable on ppc64 10 Oct 2004; Danny van Dyk <kugelfang@gentoo.org> -R-1.8.1.ebuild, R-1.9.0-r1.ebuild, R-2.0.0.ebuild: diff --git a/dev-lang/R/R-2.0.0.ebuild b/dev-lang/R/R-2.0.0.ebuild index eb6fbb001936..8eb6cf8eb57c 100644 --- a/dev-lang/R/R-2.0.0.ebuild +++ b/dev-lang/R/R-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.0.0.ebuild,v 1.2 2004/10/10 18:53:14 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.0.0.ebuild,v 1.3 2004/11/17 16:44:42 corsair Exp $ inherit 64-bit fortran @@ -39,7 +39,7 @@ DEPEND="virtual/libc SLOT="0" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~x86 ~sparc ~ppc ~ppc64 ~amd64" +KEYWORDS="~x86 ~sparc ~ppc ppc64 ~amd64" 64-bit || FORTRAN="f77 f2c" # No f2c on 64-bit systems :-/ |