diff options
author | 2007-04-15 20:15:49 +0000 | |
---|---|---|
committer | 2007-04-15 20:15:49 +0000 | |
commit | 81d07318a6543eee109d5fcb243e1b1babebeb9b (patch) | |
tree | 7ea4bce84e5ca4d66e38cf0a1dc1a6b06875dfdb /dev-java/rhino/rhino-1.6.1-r3.ebuild | |
parent | Stable on x86, bug #130922. (diff) | |
download | historical-81d07318a6543eee109d5fcb243e1b1babebeb9b.tar.gz historical-81d07318a6543eee109d5fcb243e1b1babebeb9b.tar.bz2 historical-81d07318a6543eee109d5fcb243e1b1babebeb9b.zip |
Stable on ppc64
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-java/rhino/rhino-1.6.1-r3.ebuild')
-rw-r--r-- | dev-java/rhino/rhino-1.6.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/rhino/rhino-1.6.1-r3.ebuild b/dev-java/rhino/rhino-1.6.1-r3.ebuild index 5375017c4305..8f3372eff46b 100644 --- a/dev-java/rhino/rhino-1.6.1-r3.ebuild +++ b/dev-java/rhino/rhino-1.6.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.6.1-r3.ebuild,v 1.12 2007/03/17 19:32:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.6.1-r3.ebuild,v 1.13 2007/04/15 20:15:49 corsair Exp $ inherit java-pkg-2 java-ant-2 eutils @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/js/${MY_P}.zip HOMEPAGE="http://www.mozilla.org/rhino/" LICENSE="NPL-1.1" SLOT="1.6" -KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="doc source" S="${WORKDIR}/${MY_P}" RDEPEND=">=virtual/jre-1.4 |