diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-05-25 05:42:17 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-05-25 05:42:17 +0000 |
commit | 1dc08a3845cdc00d116b55aa99310ad8c1bc77bb (patch) | |
tree | 292a3833db0e97648a903c7ede2cdc44bc4c076f /dev-lang | |
parent | Version bump to 0.15.1. Closes bug #89300. New features include sftp and us... (diff) | |
download | gentoo-2-1dc08a3845cdc00d116b55aa99310ad8c1bc77bb.tar.gz gentoo-2-1dc08a3845cdc00d116b55aa99310ad8c1bc77bb.tar.bz2 gentoo-2-1dc08a3845cdc00d116b55aa99310ad8c1bc77bb.zip |
Marked ppc
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/R/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/R/R-2.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog index 0e302ec15a57..94eacb4de1b0 100644 --- a/dev-lang/R/ChangeLog +++ b/dev-lang/R/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/R # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.45 2005/05/24 21:50:06 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.46 2005/05/25 05:42:17 lu_zero Exp $ + + 25 May 2005; Luca Barbato <lu_zero@gentoo.org> R-2.0.1.ebuild: + Marked ppc 24 May 2005; Marcus D. Hanwell <cryos@gentoo.org> R-2.0.1.ebuild: Updated 64 bit detection code. diff --git a/dev-lang/R/R-2.0.1.ebuild b/dev-lang/R/R-2.0.1.ebuild index 15a7fcb5f83d..6c303122b06d 100644 --- a/dev-lang/R/R-2.0.1.ebuild +++ b/dev-lang/R/R-2.0.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.0.1.ebuild,v 1.4 2005/05/24 21:50:06 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.0.1.ebuild,v 1.5 2005/05/25 05:42:17 lu_zero Exp $ inherit fortran toolchain-funcs @@ -32,7 +32,7 @@ DEPEND="virtual/libc >=media-libs/audiofile-0.2.1 )" 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. |