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
commit805048054f7648b2bc9fa9382d262110bfa7ea4b (patch)
treeaa412fbaffbcfdb2f41bcd32de75084a5e55a3e6 /dev-java/jdbc2-stdext
parentStyle fixes (diff)
downloadhistorical-805048054f7648b2bc9fa9382d262110bfa7ea4b.tar.gz
historical-805048054f7648b2bc9fa9382d262110bfa7ea4b.tar.bz2
historical-805048054f7648b2bc9fa9382d262110bfa7ea4b.zip
Dep/Style fixes
Package-Manager: portage-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
}