diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:40:48 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:40:48 +0000 |
commit | 5286525b3a7e54b10752c5e16a3f8f6c8bc2e313 (patch) | |
tree | a07b64b19e26e13e066f0dd3b9e845342f944df0 /dev-java/jdbc3-firebird | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-5286525b3a7e54b10752c5e16a3f8f6c8bc2e313.tar.gz historical-5286525b3a7e54b10752c5e16a3f8f6c8bc2e313.tar.bz2 historical-5286525b3a7e54b10752c5e16a3f8f6c8bc2e313.zip |
depend on app-arch/unzip
Diffstat (limited to 'dev-java/jdbc3-firebird')
-rw-r--r-- | dev-java/jdbc3-firebird/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/jdbc3-firebird/jdbc3-firebird-1.5.3.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-java/jdbc3-firebird/ChangeLog b/dev-java/jdbc3-firebird/ChangeLog index 75b38b9771f8..df9831aa3231 100644 --- a/dev-java/jdbc3-firebird/ChangeLog +++ b/dev-java/jdbc3-firebird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/jdbc3-firebird # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc3-firebird/ChangeLog,v 1.2 2004/10/20 13:53:28 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc3-firebird/ChangeLog,v 1.3 2004/11/03 11:28:03 axxo Exp $ + + 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> + jdbc3-firebird-1.5.3.ebuild: + depend on app-arch/unzip *jdbc3-firebird-1.5.3 (20 Oct 2004) diff --git a/dev-java/jdbc3-firebird/jdbc3-firebird-1.5.3.ebuild b/dev-java/jdbc3-firebird/jdbc3-firebird-1.5.3.ebuild index 15bb86bfb7ea..6692bc44d09d 100644 --- a/dev-java/jdbc3-firebird/jdbc3-firebird-1.5.3.ebuild +++ b/dev-java/jdbc3-firebird/jdbc3-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/jdbc3-firebird/jdbc3-firebird-1.5.3.ebuild,v 1.1 2004/10/20 13:01:32 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc3-firebird/jdbc3-firebird-1.5.3.ebuild,v 1.2 2004/11/03 11:28:03 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.4" +DEPEND=">=virtual/jdk-1.4 + app-arch/unzip" RDEPEND=">=virtual/jdk-1.4" S=${WORKDIR} |