summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-07-16 19:05:04 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-07-16 19:05:04 +0000
commit79a5a861f10fbec3a56c33de977873c82bdc22c5 (patch)
tree9458640f71e59d3a09f4d0daa288d7fc969628e0 /dev-util/jcvs
parentstyle fixes (diff)
downloadgentoo-2-79a5a861f10fbec3a56c33de977873c82bdc22c5.tar.gz
gentoo-2-79a5a861f10fbec3a56c33de977873c82bdc22c5.tar.bz2
gentoo-2-79a5a861f10fbec3a56c33de977873c82bdc22c5.zip
dep fixes
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-util/jcvs')
-rw-r--r--dev-util/jcvs/jcvs-5.4.2.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-util/jcvs/jcvs-5.4.2.ebuild b/dev-util/jcvs/jcvs-5.4.2.ebuild
index 2fc7b3f6aea7..387309547a75 100644
--- a/dev-util/jcvs/jcvs-5.4.2.ebuild
+++ b/dev-util/jcvs/jcvs-5.4.2.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-util/jcvs/jcvs-5.4.2.ebuild,v 1.5 2005/07/11 21:29:41 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jcvs/jcvs-5.4.2.ebuild,v 1.6 2005/07/16 19:05:04 axxo Exp $
inherit java-pkg
@@ -11,15 +11,16 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="x86 ppc amd64"
IUSE="doc jikes"
-DEPEND=">=virtual/jdk-1.3
- dev-java/ant-core
- app-arch/unzip
- jikes? ( dev-java/jikes )"
RDEPEND=">=virtual/jre-1.3
>=dev-java/sun-jaf-bin-1.0.2
>=dev-java/commons-logging-1.0.4
>=dev-java/j2ssh-0.2.7
>=dev-java/javahelp-bin-2"
+DEPEND=">=virtual/jdk-1.3
+ ${RDEPEND}
+ dev-java/ant-core
+ app-arch/unzip
+ jikes? ( dev-java/jikes )"
S="${WORKDIR}/jCVS-${PV}"