summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Thomson <wltjr@gentoo.org>2006-09-21 05:44:31 +0000
committerWilliam Thomson <wltjr@gentoo.org>2006-09-21 05:44:31 +0000
commit32cde01566602baa801ef4bb0512da7a26d42093 (patch)
treefaa682e92ade781568705a65db147c80067b80b5 /dev-java/jdbc-jaybird/jdbc-jaybird-2.1.0.ebuild
parentforce new enough redland (diff)
downloadgentoo-2-32cde01566602baa801ef4bb0512da7a26d42093.tar.gz
gentoo-2-32cde01566602baa801ef4bb0512da7a26d42093.tar.bz2
gentoo-2-32cde01566602baa801ef4bb0512da7a26d42093.zip
Corrected improper use of >= and *
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-java/jdbc-jaybird/jdbc-jaybird-2.1.0.ebuild')
-rw-r--r--dev-java/jdbc-jaybird/jdbc-jaybird-2.1.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/jdbc-jaybird/jdbc-jaybird-2.1.0.ebuild b/dev-java/jdbc-jaybird/jdbc-jaybird-2.1.0.ebuild
index 48a743c5c445..6aa27881ad19 100644
--- a/dev-java/jdbc-jaybird/jdbc-jaybird-2.1.0.ebuild
+++ b/dev-java/jdbc-jaybird/jdbc-jaybird-2.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-jaybird/jdbc-jaybird-2.1.0.ebuild,v 1.1 2006/09/19 03:20:26 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-jaybird/jdbc-jaybird-2.1.0.ebuild,v 1.2 2006/09/21 05:44:31 wltjr Exp $
inherit eutils java-pkg-2
@@ -13,9 +13,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples jikes source test"
-RDEPEND=">=virtual/jre-1.4*
+RDEPEND=">=virtual/jre-1.4
dev-java/log4j"
-DEPEND=">=virtual/jdk-1.4*
+DEPEND=">=virtual/jdk-1.4
app-arch/unzip
dev-java/ant-core
dev-java/cpptasks