summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-07-07 04:13:15 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-07-07 04:13:15 +0000
commitb663570bf4067fe5f7ba58d1158df031759a2461 (patch)
treef394b851dee9087ccaac48be89e456e573497b4b /dev-java/jvmstat/jvmstat-3.0.ebuild
parentStable x86, I have a barcode on my head. The government is tracking me (diff)
downloadhistorical-b663570bf4067fe5f7ba58d1158df031759a2461.tar.gz
historical-b663570bf4067fe5f7ba58d1158df031759a2461.tar.bz2
historical-b663570bf4067fe5f7ba58d1158df031759a2461.zip
fix dep typo
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-java/jvmstat/jvmstat-3.0.ebuild')
-rw-r--r--dev-java/jvmstat/jvmstat-3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jvmstat/jvmstat-3.0.ebuild b/dev-java/jvmstat/jvmstat-3.0.ebuild
index cdd5fc9bff0d..adea092a4a20 100644
--- a/dev-java/jvmstat/jvmstat-3.0.ebuild
+++ b/dev-java/jvmstat/jvmstat-3.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/jvmstat/jvmstat-3.0.ebuild,v 1.1 2006/07/06 17:17:45 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jvmstat/jvmstat-3.0.ebuild,v 1.2 2006/07/07 04:13:15 mr_bones_ Exp $
inherit java-pkg-2 versionator
@@ -17,7 +17,7 @@ IUSE="doc"
RESTRICT="fetch nostrip"
DEPEND=""
-RDEPEND=">=virtual/jre-1.5*"
+RDEPEND=">=virtual/jre-1.5"
S="${WORKDIR}/jvmstat/"