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 | f058f4880cf1111ffb0fc4ccc6887044efcd0704 (patch) | |
tree | 957288abf271deaa1400b9e6d58dea1002f054a0 /dev-lang/R/R-2.1.1.ebuild | |
parent | Stable on x86. (diff) | |
download | historical-f058f4880cf1111ffb0fc4ccc6887044efcd0704.tar.gz historical-f058f4880cf1111ffb0fc4ccc6887044efcd0704.tar.bz2 historical-f058f4880cf1111ffb0fc4ccc6887044efcd0704.zip |
Stable on sparc
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lang/R/R-2.1.1.ebuild')
-rw-r--r-- | dev-lang/R/R-2.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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. |