summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-06-24 08:51:49 +0000
committerDavid Holm <dholm@gentoo.org>2004-06-24 08:51:49 +0000
commite86733d7a950f1aeaf7c72f7b483c7cb272ef123 (patch)
treee22919123fa5facf95184b8f7a3bfab280da08dc /dev-java/java-getopt
parentAdded "cd ${S}" to the ebuild so the next patch does not fail on amd64. (Mani... (diff)
downloadgentoo-2-e86733d7a950f1aeaf7c72f7b483c7cb272ef123.tar.gz
gentoo-2-e86733d7a950f1aeaf7c72f7b483c7cb272ef123.tar.bz2
gentoo-2-e86733d7a950f1aeaf7c72f7b483c7cb272ef123.zip
Added to ~ppc
Diffstat (limited to 'dev-java/java-getopt')
-rw-r--r--dev-java/java-getopt/ChangeLog7
-rw-r--r--dev-java/java-getopt/java-getopt-1.0.9.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-java/java-getopt/ChangeLog b/dev-java/java-getopt/ChangeLog
index 62872d1d4a47..7fe93817bfe6 100644
--- a/dev-java/java-getopt/ChangeLog
+++ b/dev-java/java-getopt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/java-getopt
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.3 2003/07/11 21:41:53 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.4 2004/06/24 08:48:07 dholm Exp $
+
+ 24 Jun 2004; David Holm <dholm@gentoo.org> java-getopt-1.0.9.ebuild:
+ Added to ~ppc.
*java-getopt-1.0.0 (18 Oct 2002)
diff --git a/dev-java/java-getopt/java-getopt-1.0.9.ebuild b/dev-java/java-getopt/java-getopt-1.0.9.ebuild
index ba9bf0b6f592..769b36c1c27e 100644
--- a/dev-java/java-getopt/java-getopt-1.0.9.ebuild
+++ b/dev-java/java-getopt/java-getopt-1.0.9.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/java-getopt/java-getopt-1.0.9.ebuild,v 1.4 2004/03/06 23:11:19 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.9.ebuild,v 1.5 2004/06/24 08:48:08 dholm Exp $
DESCRIPTION="Java command line option parser"
HOMEPAGE="http://www.urbanophile.com/arenn/hacking/download.html"
@@ -10,7 +10,7 @@ LICENSE="LGPL-2.1"
SLOT="1"
DEPEND=">=virtual/jdk-1.2
>=dev-java/ant-1.4.1"
-KEYWORDS="x86"
+KEYWORDS="x86 ~ppc"
IUSE=""
src_unpack() {