diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-05-13 15:51:39 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-05-13 15:51:39 +0000 |
commit | cd9af666c5bd875147b9376688c94b8147df8687 (patch) | |
tree | 68898480c5999d5fa12014d80bd8e800af8a1032 /dev-lang/R/R-2.10.1.ebuild | |
parent | Stable for HPPA (bug #309693). (diff) | |
download | historical-cd9af666c5bd875147b9376688c94b8147df8687.tar.gz historical-cd9af666c5bd875147b9376688c94b8147df8687.tar.bz2 historical-cd9af666c5bd875147b9376688c94b8147df8687.zip |
Marked ppc stable for bug #306747.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/R/R-2.10.1.ebuild')
-rw-r--r-- | dev-lang/R/R-2.10.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/R/R-2.10.1.ebuild b/dev-lang/R/R-2.10.1.ebuild index 32dc3c39177c..ac1d0d37f5ef 100644 --- a/dev-lang/R/R-2.10.1.ebuild +++ b/dev-lang/R/R-2.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.10.1.ebuild,v 1.7 2010/04/16 20:24:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.10.1.ebuild,v 1.8 2010/05/13 15:51:39 josejx Exp $ EAPI=2 inherit eutils flag-o-matic bash-completion versionator @@ -12,7 +12,7 @@ SRC_URI="mirror://cran/src/base/R-2/${P}.tar.gz LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="doc java jpeg lapack minimal nls perl png readline threads tk X cairo" |