diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-03-15 01:05:31 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-03-15 01:05:31 +0000 |
commit | d113bb5c3a81038a94c0718e9e752318e4bd4949 (patch) | |
tree | 136ec7ca8fa1df880d70f2f134fcb25f1eda8330 /dev-java/rhino/rhino-1.6.1-r3.ebuild | |
parent | amd64 stable for bug #166560. (diff) | |
download | historical-d113bb5c3a81038a94c0718e9e752318e4bd4949.tar.gz historical-d113bb5c3a81038a94c0718e9e752318e4bd4949.tar.bz2 historical-d113bb5c3a81038a94c0718e9e752318e4bd4949.zip |
Stable on amd64 for bug #16670.
Package-Manager: portage-2.1.2-r12
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 a62341c0c350..e551deafeebf 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.10 2007/02/18 10:00:25 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.6.1-r3.ebuild,v 1.11 2007/03/15 01:05:31 nichoj 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 |