summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-07-12 19:52:13 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-07-12 19:52:13 +0000
commitde372ca8607689fd9bff63bbbf56a4585406e407 (patch)
treed58e5f81cd1c637b9c7f01fd8a802cfef9fa54c0 /dev-java/jdbc2-stdext
parentStyle fixes (diff)
downloadgentoo-2-de372ca8607689fd9bff63bbbf56a4585406e407.tar.gz
gentoo-2-de372ca8607689fd9bff63bbbf56a4585406e407.tar.bz2
gentoo-2-de372ca8607689fd9bff63bbbf56a4585406e407.zip
Dep/Style fixes
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-java/jdbc2-stdext')
-rw-r--r--dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r1.ebuild b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r1.ebuild
index c1bf3c74338b..91e417850dc6 100644
--- a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r1.ebuild
+++ b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-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/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r1.ebuild,v 1.5 2005/07/09 18:08:48 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r1.ebuild,v 1.6 2005/07/12 19:52:13 axxo Exp $
inherit java-pkg
@@ -16,7 +16,7 @@ KEYWORDS="x86 ppc amd64"
IUSE="doc"
RESTRICT="fetch"
DEPEND="app-arch/unzip"
-RDEPEND=">=virtual/jdk-1.4"
+RDEPEND=">=virtual/jre-1.4"
S=${WORKDIR}
@@ -40,7 +40,7 @@ pkg_nofetch() {
src_unpack() {
if use doc; then
cd ${S}
- unzip ${DISTDIR}/${stdext_doc}
+ unzip ${DISTDIR}/${stdext_doc} || die "failed too build"
fi
}