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 | |
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')
-rw-r--r-- | app-text/jing/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/jing/jing-20030619-r1.ebuild | 15 |
2 files changed, 11 insertions, 9 deletions
diff --git a/app-text/jing/ChangeLog b/app-text/jing/ChangeLog index 522a7a26c1b7..6dafab8c25e5 100644 --- a/app-text/jing/ChangeLog +++ b/app-text/jing/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/jing # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/jing/ChangeLog,v 1.10 2005/01/14 16:08:33 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/jing/ChangeLog,v 1.11 2005/01/17 18:31:08 luckyduck Exp $ + + 17 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> jing-20030619-r1.ebuild: + fixed dependency problem. fixes bug #78312. 14 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> jing-20030619-r1.ebuild, -jing-20030619.ebuild: 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 |