summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-physics/jaxodraw/ChangeLog5
-rw-r--r--sci-physics/jaxodraw/jaxodraw-1.3.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/jaxodraw/ChangeLog b/sci-physics/jaxodraw/ChangeLog
index 06adba6017db..906fcd4ce146 100644
--- a/sci-physics/jaxodraw/ChangeLog
+++ b/sci-physics/jaxodraw/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-physics/jaxodraw
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/jaxodraw/ChangeLog,v 1.1 2006/10/14 00:01:18 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/jaxodraw/ChangeLog,v 1.2 2006/10/14 19:50:19 nelchael Exp $
+
+ 14 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> jaxodraw-1.3.2.ebuild:
+ Needs dev-java/ant.
*jaxodraw-1.3.2 (13 Oct 2006)
diff --git a/sci-physics/jaxodraw/jaxodraw-1.3.2.ebuild b/sci-physics/jaxodraw/jaxodraw-1.3.2.ebuild
index 558ddbd40468..8d1938cf7807 100644
--- a/sci-physics/jaxodraw/jaxodraw-1.3.2.ebuild
+++ b/sci-physics/jaxodraw/jaxodraw-1.3.2.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/sci-physics/jaxodraw/jaxodraw-1.3.2.ebuild,v 1.1 2006/10/14 00:01:18 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/jaxodraw/jaxodraw-1.3.2.ebuild,v 1.2 2006/10/14 19:50:19 nelchael Exp $
inherit java-pkg-2 java-ant-2 versionator eutils
@@ -16,7 +16,7 @@ KEYWORDS="~x86"
IUSE="doc source"
DEPEND=">=virtual/jdk-1.4
- dev-java/ant-core"
+ dev-java/ant"
RDEPEND=">=virtual/jre-1.4"
S="${WORKDIR}/JaxoDraw-${MY_PV}"