diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-11-25 12:02:27 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-11-25 12:02:27 +0000 |
commit | 492060362eba8a0a08e239da98f36ebf99cc4e24 (patch) | |
tree | f100a6a49ba524a0046bb79325c7a24acfb2be80 /dev-java/rhino/rhino-1.6.5.ebuild | |
parent | Stable on ppc wrt bug 199230 (diff) | |
download | historical-492060362eba8a0a08e239da98f36ebf99cc4e24.tar.gz historical-492060362eba8a0a08e239da98f36ebf99cc4e24.tar.bz2 historical-492060362eba8a0a08e239da98f36ebf99cc4e24.zip |
Stable on ppc, bug #199258.
Package-Manager: portage-2.1.4_rc3
Diffstat (limited to 'dev-java/rhino/rhino-1.6.5.ebuild')
-rw-r--r-- | dev-java/rhino/rhino-1.6.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/rhino/rhino-1.6.5.ebuild b/dev-java/rhino/rhino-1.6.5.ebuild index 24480229bd3e..10c790f12698 100644 --- a/dev-java/rhino/rhino-1.6.5.ebuild +++ b/dev-java/rhino/rhino-1.6.5.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.5.ebuild,v 1.6 2007/11/24 08:08:28 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.6.5.ebuild,v 1.7 2007/11/25 12:02:27 nelchael Exp $ JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 java-ant-2 eutils versionator @@ -14,7 +14,7 @@ HOMEPAGE="http://www.mozilla.org/rhino/" # dual license for rhino and BSD-2 for the swing-ex from Sun's tutorial LICENSE="|| ( MPL-1.1 GPL-2 ) BSD-2" SLOT="1.6" -KEYWORDS="amd64 ~ia64 ~ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/${MY_P}" |