diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:31:43 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:31:43 +0000 |
commit | 6a202645158e2c12fc16bdc4ff578e9d9f68ad13 (patch) | |
tree | b55152a9b1a377fb7cc9dcbd992052ba2636f3ea /dev-java/jdbc2-firebird | |
parent | repoman: Trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-6a202645158e2c12fc16bdc4ff578e9d9f68ad13.tar.gz gentoo-2-6a202645158e2c12fc16bdc4ff578e9d9f68ad13.tar.bz2 gentoo-2-6a202645158e2c12fc16bdc4ff578e9d9f68ad13.zip |
depend on app-arch/unzip
Diffstat (limited to 'dev-java/jdbc2-firebird')
-rw-r--r-- | dev-java/jdbc2-firebird/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-java/jdbc2-firebird/ChangeLog b/dev-java/jdbc2-firebird/ChangeLog index a6b4d1c7d18d..b25fbe9628a4 100644 --- a/dev-java/jdbc2-firebird/ChangeLog +++ b/dev-java/jdbc2-firebird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/jdbc2-firebird # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-firebird/ChangeLog,v 1.3 2004/10/20 13:05:53 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-firebird/ChangeLog,v 1.4 2004/11/03 11:27:51 axxo Exp $ + + 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> + jdbc2-firebird-1.5.3.ebuild: + depend on app-arch/unzip *jdbc2-firebird-1.5.3 (20 Oct 2004) 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} |