summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-09-10 13:25:36 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-09-10 13:25:36 +0000
commit54ff546dc064e26ba0c5aa4e56967c19b98982aa (patch)
tree906fb0a14247275c62db73fdc73024e439206ef9 /dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild
parentStable macos. (Manifest recommit) (diff)
downloadgentoo-2-54ff546dc064e26ba0c5aa4e56967c19b98982aa.tar.gz
gentoo-2-54ff546dc064e26ba0c5aa4e56967c19b98982aa.tar.bz2
gentoo-2-54ff546dc064e26ba0c5aa4e56967c19b98982aa.zip
version bump
Diffstat (limited to 'dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild')
-rw-r--r--dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild b/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild
index 3cf300898620..a3cdcf220e66 100644
--- a/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild
+++ b/dev-java/commons-validator/commons-validator-1.0.2-r3.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/commons-validator/commons-validator-1.0.2-r3.ebuild,v 1.4 2004/09/08 13:06:59 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild,v 1.5 2004/09/10 13:25:36 axxo Exp $
inherit java-pkg
@@ -43,7 +43,7 @@ src_compile() {
use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
use doc && antflags="${antflags} javadoc"
use junit && antflags="${antflags} test"
- ant ${antflags}
+ ant ${antflags} || die "build failed"
}
src_install() {