diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-17 18:31:08 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-17 18:31:08 +0000 |
commit | 4716c190f3f6bb467cef4c2f81ae7521d369a0f5 (patch) | |
tree | c8cf64e7c971d5a56e3b86e22466840bef3faaf2 /app-text/jing/jing-20030619-r1.ebuild | |
parent | stable on x86. (diff) | |
download | gentoo-2-4716c190f3f6bb467cef4c2f81ae7521d369a0f5.tar.gz gentoo-2-4716c190f3f6bb467cef4c2f81ae7521d369a0f5.tar.bz2 gentoo-2-4716c190f3f6bb467cef4c2f81ae7521d369a0f5.zip |
fixed dependency problem. fixes bug #78312.
(Portage version: 2.0.51-r12)
Diffstat (limited to 'app-text/jing/jing-20030619-r1.ebuild')
-rw-r--r-- | app-text/jing/jing-20030619-r1.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/app-text/jing/jing-20030619-r1.ebuild b/app-text/jing/jing-20030619-r1.ebuild index 5e180691fab5..861078616b55 100644 --- a/app-text/jing/jing-20030619-r1.ebuild +++ b/app-text/jing/jing-20030619-r1.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/app-text/jing/jing-20030619-r1.ebuild,v 1.3 2005/01/14 16:08:33 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/jing/jing-20030619-r1.ebuild,v 1.4 2005/01/17 18:31:08 luckyduck Exp $ inherit java-pkg eutils @@ -9,15 +9,14 @@ HOMEPAGE="http://thaiopensource.com/relaxng/jing.html" SRC_URI="http://www.thaiopensource.com/download/jing-${PV}.zip" LICENSE="BSD Apache-1.1" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="jikes doc" DEPEND=">=virtual/jdk-1.3 - dev-java/saxon-bin - =dev-java/xerces-1.3.1 - dev-java/iso-relax" + jikes? ( >=dev-java/jikes-1.21 ) + app-arch/unzip" RDEPEND=">=virtual/jre-1.3 - dev-java/saxon-bin - =dev-java/xerces-1.3.1 + =dev-java/saxon-bin-8* + =dev-java/xerces-1.3.1* dev-java/iso-relax" src_unpack() { @@ -25,7 +24,7 @@ src_unpack() { cd ${S} mkdir src/ - unzip -d src/ src.zip + unzip -qq -d src/ src.zip cd src/ epatch ${FILESDIR}/build-patch.diff |