summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Aniszczyk <zx@gentoo.org>2004-03-23 03:32:56 +0000
committerChris Aniszczyk <zx@gentoo.org>2004-03-23 03:32:56 +0000
commitffc1e67353f40a382112e5c1d281a984ee069be0 (patch)
tree35c0c645cc8eb6e2d21655f1a8200c9ac0d0162f /dev-java/joda-time
parentTiny bug fix ;) (Manifest recommit) (diff)
downloadgentoo-2-ffc1e67353f40a382112e5c1d281a984ee069be0.tar.gz
gentoo-2-ffc1e67353f40a382112e5c1d281a984ee069be0.tar.bz2
gentoo-2-ffc1e67353f40a382112e5c1d281a984ee069be0.zip
Stable on x86. Fixes according to #45398
Diffstat (limited to 'dev-java/joda-time')
-rw-r--r--dev-java/joda-time/ChangeLog5
-rw-r--r--dev-java/joda-time/joda-time-0.95.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-java/joda-time/ChangeLog b/dev-java/joda-time/ChangeLog
index e44741d08450..0f7ecc5bfa10 100644
--- a/dev-java/joda-time/ChangeLog
+++ b/dev-java/joda-time/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/joda-time
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/ChangeLog,v 1.3 2004/03/15 15:28:48 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/ChangeLog,v 1.4 2004/03/23 03:32:56 zx Exp $
+
+ 22 Mar 2004; Chris Aniszczyk <zx@gentoo.org> joda-time-0.95.ebuild:
+ Stable on x86. Fixes according to #45398
*joda-time-0.95 (28 Feb 2004)
diff --git a/dev-java/joda-time/joda-time-0.95.ebuild b/dev-java/joda-time/joda-time-0.95.ebuild
index 1470e33ea6ac..4adb6667c7e4 100644
--- a/dev-java/joda-time/joda-time-0.95.ebuild
+++ b/dev-java/joda-time/joda-time-0.95.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/joda-time-0.95.ebuild,v 1.2 2004/02/26 15:03:39 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/joda-time-0.95.ebuild,v 1.3 2004/03/23 03:32:56 zx Exp $
inherit java-pkg
@@ -9,7 +9,7 @@ HOMEPAGE="http://joda-time.sourceforge.net/"
SRC_URI="mirror://sourceforge/joda-time/${PN}-${PV}-src.tar.gz"
LICENSE="joda"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE="doc jikes"
DEPEND=">=virtual/jdk-1.3
@@ -20,7 +20,7 @@ src_compile() {
local antflags="jar"
use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
use doc && antflags="${antflags} javadoc"
- ant ${antflags}
+ ant ${antflags} || die "compile problem"
}
src_install() {