diff options
author | 2006-06-17 21:13:18 +0000 | |
---|---|---|
committer | 2006-06-17 21:13:18 +0000 | |
commit | 77f4e9161c783e1314764add291d3e1558b19b0a (patch) | |
tree | 3f7a3066e663038845135a2f327ca14ea789f773 /dev-lang/R/R-2.2.1.ebuild | |
parent | use.mask'ed blas and lapack on ia64 due to lacking keywords. (diff) | |
download | gentoo-2-77f4e9161c783e1314764add291d3e1558b19b0a.tar.gz gentoo-2-77f4e9161c783e1314764add291d3e1558b19b0a.tar.bz2 gentoo-2-77f4e9161c783e1314764add291d3e1558b19b0a.zip |
Marked stable on ia64.
(Portage version: 2.1)
Diffstat (limited to 'dev-lang/R/R-2.2.1.ebuild')
-rw-r--r-- | dev-lang/R/R-2.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/R/R-2.2.1.ebuild b/dev-lang/R/R-2.2.1.ebuild index 5446d8a708fd..4b88877e5fca 100644 --- a/dev-lang/R/R-2.2.1.ebuild +++ b/dev-lang/R/R-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.2.1.ebuild,v 1.11 2006/06/10 09:22:59 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.2.1.ebuild,v 1.12 2006/06/17 21:13:18 kugelfang Exp $ inherit fortran toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://cran/src/base/R-2/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ia64 ppc ppc64 ~sparc x86" IUSE="blas jpeg nls png readline tcltk X lapack" RDEPEND=">=dev-lang/perl-5.6.1-r3 |