From 34314a25b96d2504a4b08a577f28435d55753441 Mon Sep 17 00:00:00 2001 From: Dylan Carlson Date: Fri, 29 Oct 2004 01:40:24 +0000 Subject: Fix dep on ant. (thanks compnerd) --- dev-java/jump/ChangeLog | 5 ++++- dev-java/jump/jump-0.4.1-r1.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'dev-java/jump') diff --git a/dev-java/jump/ChangeLog b/dev-java/jump/ChangeLog index 88baa901a7ae..0d6f6c10d8dd 100644 --- a/dev-java/jump/ChangeLog +++ b/dev-java/jump/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jump # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jump/ChangeLog,v 1.6 2004/10/22 09:33:46 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jump/ChangeLog,v 1.7 2004/10/29 01:40:24 absinthe Exp $ + + 28 Oct 2004; Dylan Carlson jump-0.4.1-r1.ebuild: + Fix dep on ant. (thanks compnerd) 22 Oct 2004; Dylan Carlson jump-0.4.1-r1.ebuild: Keywords ~amd64. diff --git a/dev-java/jump/jump-0.4.1-r1.ebuild b/dev-java/jump/jump-0.4.1-r1.ebuild index e5a4a6573906..46c36550e60f 100644 --- a/dev-java/jump/jump-0.4.1-r1.ebuild +++ b/dev-java/jump/jump-0.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jump/jump-0.4.1-r1.ebuild,v 1.3 2004/10/22 09:33:46 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jump/jump-0.4.1-r1.ebuild,v 1.4 2004/10/29 01:40:24 absinthe Exp $ inherit java-pkg @@ -11,7 +11,8 @@ KEYWORDS="x86 ~ppc ~sparc ~amd64" LICENSE="BSD" SLOT="0" DEPEND=">=virtual/jre-1.2 - sys-apps/sed" + sys-apps/sed + dev-java/ant" RDEPEND=">=virtual/jre-1.2" IUSE="doc" -- cgit v1.2.3-65-gdbad