diff options
Diffstat (limited to 'dev-java/saxon-bin/saxon-bin-8.3b.ebuild')
-rw-r--r-- | dev-java/saxon-bin/saxon-bin-8.3b.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/saxon-bin/saxon-bin-8.3b.ebuild b/dev-java/saxon-bin/saxon-bin-8.3b.ebuild index bb7912dcf0fd..ad2717244f7d 100644 --- a/dev-java/saxon-bin/saxon-bin-8.3b.ebuild +++ b/dev-java/saxon-bin/saxon-bin-8.3b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/saxon-bin/saxon-bin-8.3b.ebuild,v 1.1 2005/03/25 18:06:40 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/saxon-bin/saxon-bin-8.3b.ebuild,v 1.1.1.1 2005/11/30 09:47:45 chriswhite Exp $ inherit java-pkg @@ -9,10 +9,10 @@ MyPV=${PV%b} SRC_URI="mirror://sourceforge/saxon/saxonb${MyPV/./-}.zip" HOMEPAGE="http://saxon.sourceforge.net/" LICENSE="MPL-1.1" -KEYWORDS="~x86 ~sparc ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="doc" DEPEND="app-arch/unzip" -RDEPEND="virtual/jdk" +RDEPEND=">=virtual/jdk-1.4" SLOT="0" S=${WORKDIR} |