summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-09-10 16:15:47 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-09-10 16:15:47 +0000
commite2de71daab97fd53d99a0c09570ecd960e242731 (patch)
tree4789b3af2818bc32c65a927a2144cf777ded4196 /dev-java/jmock
parentFixed init script and mime entry to match new naming scheme, bug #105143 (diff)
downloadgentoo-2-e2de71daab97fd53d99a0c09570ecd960e242731.tar.gz
gentoo-2-e2de71daab97fd53d99a0c09570ecd960e242731.tar.bz2
gentoo-2-e2de71daab97fd53d99a0c09570ecd960e242731.zip
fix deps #101224
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-java/jmock')
-rw-r--r--dev-java/jmock/jmock-1.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jmock/jmock-1.0.1.ebuild b/dev-java/jmock/jmock-1.0.1.ebuild
index c4ab68774777..25d3387840e9 100644
--- a/dev-java/jmock/jmock-1.0.1.ebuild
+++ b/dev-java/jmock/jmock-1.0.1.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/jmock/jmock-1.0.1.ebuild,v 1.4 2005/07/15 22:44:27 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jmock/jmock-1.0.1.ebuild,v 1.5 2005/09/10 16:15:47 axxo Exp $
inherit eutils java-pkg
@@ -14,7 +14,7 @@ IUSE="doc examples jikes"
RDEPEND=">=virtual/jre-1.4
${RDEPEND}
- >=dev-java/cglib-2"
+ =dev-java/cglib-2.0*"
DEPEND=">=virtual/jdk-1.4
jikes? ( >=dev-java/jikes-1.21 )
dev-java/ant-core"