diff options
author | Brent Baude <ranger@gentoo.org> | 2008-09-10 18:11:48 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-09-10 18:11:48 +0000 |
commit | 81320f9acea2742237104f5cbc0f50a448246263 (patch) | |
tree | 1417843e0784510ee243c446282c2e8506013887 /dev-java/java-getopt | |
parent | sys-apps/checkpolicy: Remove rdep on flex and bison as they are build tools. ... (diff) | |
download | gentoo-2-81320f9acea2742237104f5cbc0f50a448246263.tar.gz gentoo-2-81320f9acea2742237104f5cbc0f50a448246263.tar.bz2 gentoo-2-81320f9acea2742237104f5cbc0f50a448246263.zip |
Marking java-getopt-1.0.13 ppc64 stable for dep to bug 235747
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-java/java-getopt')
-rw-r--r-- | dev-java/java-getopt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/java-getopt/java-getopt-1.0.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/java-getopt/ChangeLog b/dev-java/java-getopt/ChangeLog index edb96620ada7..43eb1a7db97a 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.18 2008/01/16 20:15:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.19 2008/09/10 18:11:48 ranger Exp $ + + 10 Sep 2008; Brent Baude <ranger@gentoo.org> java-getopt-1.0.13.ebuild: + Marking java-getopt-1.0.13 ppc64 stable for dep to bug 235747 16 Jan 2008; Raúl Porcel <armin76@gentoo.org> java-getopt-1.0.13.ebuild: Add ~ia64 wrt #129773 diff --git a/dev-java/java-getopt/java-getopt-1.0.13.ebuild b/dev-java/java-getopt/java-getopt-1.0.13.ebuild index 1a79d967dd33..f642f7411af0 100644 --- a/dev-java/java-getopt/java-getopt-1.0.13.ebuild +++ b/dev-java/java-getopt/java-getopt-1.0.13.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/java-getopt/java-getopt-1.0.13.ebuild,v 1.6 2008/01/16 20:15:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.13.ebuild,v 1.7 2008/09/10 18:11:48 ranger Exp $ JAVA_PKG_IUSE="doc source" @@ -14,7 +14,7 @@ SLOT="1" DEPEND=">=virtual/jdk-1.4 dev-java/ant-core" RDEPEND=">=virtual/jre-1.4" -KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86" +KEYWORDS="amd64 ~ia64 ppc ppc64 x86" IUSE="doc source" S=${WORKDIR} |