diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-06-25 15:16:35 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-06-25 15:16:35 +0000 |
commit | 4ae5f9e51d1a14d4c4fe97ef2051c1d7b6178184 (patch) | |
tree | fc1fff6f5dd527880b81794beeafbff952fa5ff0 /dev-php/PEAR-System_Command | |
parent | fix for bug #84586 (diff) | |
download | gentoo-2-4ae5f9e51d1a14d4c4fe97ef2051c1d7b6178184.tar.gz gentoo-2-4ae5f9e51d1a14d4c4fe97ef2051c1d7b6178184.tar.bz2 gentoo-2-4ae5f9e51d1a14d4c4fe97ef2051c1d7b6178184.zip |
Stable on sparc
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php/PEAR-System_Command')
-rw-r--r-- | dev-php/PEAR-System_Command/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-System_Command/PEAR-System_Command-1.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-System_Command/ChangeLog b/dev-php/PEAR-System_Command/ChangeLog index 40664768ccd9..dc3e3c5f6657 100644 --- a/dev-php/PEAR-System_Command/ChangeLog +++ b/dev-php/PEAR-System_Command/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-System_Command # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.19 2005/06/17 20:10:29 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.20 2005/06/25 15:16:35 gustavoz Exp $ + + 25 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> + PEAR-System_Command-1.0.1.ebuild: + Stable on sparc 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> PEAR-System_Command-1.0.1.ebuild: diff --git a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.1.ebuild b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.1.ebuild index d5e299d2cc62..d16daebe4a0a 100644 --- a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.1.ebuild +++ b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.1.ebuild,v 1.5 2005/06/17 20:10:29 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.1.ebuild,v 1.6 2005/06/25 15:16:35 gustavoz Exp $ inherit php-pear DESCRIPTION="PEAR::System_Command is a commandline execution interface" LICENSE="PHP" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86" IUSE="" |