From 6b9116a8613722485e9cc7c9d076bc4881aae533 Mon Sep 17 00:00:00 2001 From: Karl Trygve Kalleberg Date: Wed, 22 Dec 2004 23:31:27 +0000 Subject: Minor fixx0r. --- dev-java/xml-commons/xml-commons-1.0_beta2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-java') diff --git a/dev-java/xml-commons/xml-commons-1.0_beta2.ebuild b/dev-java/xml-commons/xml-commons-1.0_beta2.ebuild index ab5c0c508eb6..d0b020878896 100644 --- a/dev-java/xml-commons/xml-commons-1.0_beta2.ebuild +++ b/dev-java/xml-commons/xml-commons-1.0_beta2.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/xml-commons/xml-commons-1.0_beta2.ebuild,v 1.1 2004/12/22 23:26:55 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons/xml-commons-1.0_beta2.ebuild,v 1.2 2004/12/22 23:31:27 karltk Exp $ inherit java-pkg @@ -25,7 +25,7 @@ src_compile() { use jikes && antflags="${antflags} -Dbuild.compiler=jikes" use doc && antflags="${antflags} javadoc" - ant ${antflags} jar || die "Compile failed" + ant ${antflags} || die "Compile failed" } src_install() { -- cgit v1.2.3-65-gdbad