diff options
Diffstat (limited to 'dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild')
-rw-r--r-- | dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild b/dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild index cd7ec451d12d..8676d6b9c1c5 100644 --- a/dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild +++ b/dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild,v 1.5 2004/10/20 13:05:53 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild,v 1.6 2004/11/03 11:27:51 axxo Exp $ inherit java-pkg @@ -12,7 +12,8 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="doc" -DEPEND=">=virtual/jdk-1.3" +DEPEND=">=virtual/jdk-1.3 + app-arch/unzip" RDEPEND=">=virtual/jdk-1.3" S=${WORKDIR} |