diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-09-14 15:34:55 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-09-14 15:34:55 +0000 |
commit | bc32cad02e029032413840e76e73173d9cecfd1f (patch) | |
tree | 9e2ef4e2dd548aba83bf1abe9d82af784dd67ca6 /dev-php/PEAR-Console_Getopt | |
parent | Removed Nomirror restriction. Fixes bug #100521. (diff) | |
download | historical-bc32cad02e029032413840e76e73173d9cecfd1f.tar.gz historical-bc32cad02e029032413840e76e73173d9cecfd1f.tar.bz2 historical-bc32cad02e029032413840e76e73173d9cecfd1f.zip |
Marked ~ppc for bug #105673.
Package-Manager: portage-2.0.52-r1
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 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Console_Getopt/ChangeLog b/dev-php/PEAR-Console_Getopt/ChangeLog index 043b24e9726a..b9247bd8f0bc 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.12 2005/09/10 02:36:58 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.13 2005/09/14 15:33:38 josejx Exp $ + + 14 Sep 2005; Joseph Jezak <josejx@gentoo.org> + PEAR-Console_Getopt-1.2-r1.ebuild: + Marked ~ppc for bug #105673. 10 Sep 2005; Jason Wever <weeve@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 4b67a97938ac..f523cf475f42 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.3 2005/09/10 02:36:58 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2-r1.ebuild,v 1.4 2005/09/14 15:33:38 josejx Exp $ inherit php-pear-r1 @@ -8,5 +8,5 @@ DESCRIPTION="Command-line option parser" LICENSE="PHP" SLOT="0" -KEYWORDS="~sparc ~x86" +KEYWORDS="~ppc ~sparc ~x86" IUSE="" |