summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2008-03-30 17:03:41 +0000
committerMarkus Rothe <corsair@gentoo.org>2008-03-30 17:03:41 +0000
commite5e2d5d683d8d4867c319a6f87b866a455fd49e0 (patch)
tree0b964ae2854c6053fc65af73950a77c0c395d6cf /dev-java/joda-time
parentLet the ebuild abort if dobin fails. (diff)
downloadgentoo-2-e5e2d5d683d8d4867c319a6f87b866a455fd49e0.tar.gz
gentoo-2-e5e2d5d683d8d4867c319a6f87b866a455fd49e0.tar.bz2
gentoo-2-e5e2d5d683d8d4867c319a6f87b866a455fd49e0.zip
Added ~ppc64
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-java/joda-time')
-rw-r--r--dev-java/joda-time/ChangeLog5
-rw-r--r--dev-java/joda-time/joda-time-1.5.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/joda-time/ChangeLog b/dev-java/joda-time/ChangeLog
index 1f9081ee04cd..5eb601aa5e4a 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/ChangeLog,v 1.34 2008/03/08 11:49:02 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/ChangeLog,v 1.35 2008/03/30 17:03:41 corsair Exp $
+
+ 30 Mar 2008; Markus Rothe <corsair@gentoo.org> joda-time-1.5.1.ebuild:
+ Added ~ppc64
08 Mar 2008; Krzysiek Pawlik <nelchael@gentoo.org> joda-time-1.5.1.ebuild:
Stable on ppc.
diff --git a/dev-java/joda-time/joda-time-1.5.1.ebuild b/dev-java/joda-time/joda-time-1.5.1.ebuild
index b9f07e632dd6..36192879ae6b 100644
--- a/dev-java/joda-time/joda-time-1.5.1.ebuild
+++ b/dev-java/joda-time/joda-time-1.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/joda-time-1.5.1.ebuild,v 1.6 2008/03/08 11:49:02 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/joda-time-1.5.1.ebuild,v 1.7 2008/03/30 17:03:41 corsair Exp $
JAVA_PKG_IUSE="doc examples source test"
@@ -13,7 +13,7 @@ HOMEPAGE="http://joda-time.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
IUSE=""
COMMON_DEP="elibc_glibc? ( >=sys-libs/timezone-data-2007h ) "