diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-11-19 19:43:31 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-11-19 19:43:31 +0000 |
commit | 363e0b1175a76e590a870c160e5c09595535d1f1 (patch) | |
tree | a71ec6fcbbddda7e956d6c7b40213ffd7a5542d3 /dev-php/PEAR-Console_Getopt | |
parent | fix !gtk USE flag (diff) | |
download | historical-363e0b1175a76e590a870c160e5c09595535d1f1.tar.gz historical-363e0b1175a76e590a870c160e5c09595535d1f1.tar.bz2 historical-363e0b1175a76e590a870c160e5c09595535d1f1.zip |
Added ~ppc64 keyword; bug #102649
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-php/PEAR-Console_Getopt')
-rw-r--r-- | dev-php/PEAR-Console_Getopt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/PEAR-Console_Getopt/ChangeLog b/dev-php/PEAR-Console_Getopt/ChangeLog index 3b888f7c6693..a3d202ee4f0f 100644 --- a/dev-php/PEAR-Console_Getopt/ChangeLog +++ b/dev-php/PEAR-Console_Getopt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Console_Getopt # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.15 2005/09/17 17:43:21 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.16 2005/11/19 19:43:31 corsair Exp $ + + 19 Nov 2005; Markus Rothe <corsair@gentoo.org> + PEAR-Console_Getopt-1.2.ebuild, PEAR-Console_Getopt-1.2-r1.ebuild: + Added ~ppc64 keyword; bug #102649 17 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> PEAR-Console_Getopt-1.2-r1.ebuild: diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2-r1.ebuild b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2-r1.ebuild index 5c9cba4aafc3..04af174c97c9 100644 --- a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2-r1.ebuild +++ b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2-r1.ebuild,v 1.10 2005/11/11 02:24:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2-r1.ebuild,v 1.11 2005/11/19 19:43:31 corsair Exp $ inherit php-pear-r1 @@ -8,5 +8,5 @@ DESCRIPTION="Command-line option parser" LICENSE="PHP" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild index 7ce60f442702..9f16b86812d8 100644 --- a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild +++ b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild,v 1.15 2005/11/11 02:25:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild,v 1.16 2005/11/19 19:43:31 corsair Exp $ inherit php-pear @@ -8,5 +8,5 @@ DESCRIPTION="Command-line option parser" LICENSE="PHP" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sparc x86" IUSE="" |