diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-05-23 21:32:48 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-05-23 21:32:48 +0000 |
commit | 568ad4de3339db3738df5a75de1e5b09cf7cab52 (patch) | |
tree | 32490c778a010ae2b7247704a80e2ce742ccc00b /dev-php/PEAR-System_Command | |
parent | Spring cleanup. (diff) | |
download | historical-568ad4de3339db3738df5a75de1e5b09cf7cab52.tar.gz historical-568ad4de3339db3738df5a75de1e5b09cf7cab52.tar.bz2 historical-568ad4de3339db3738df5a75de1e5b09cf7cab52.zip |
Readd hppa keyword.
Package-Manager: portage-2.1_rc1-r3
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.4.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 f03883085024..02636839b7fc 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.40 2006/05/21 00:24:29 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.41 2006/05/23 21:32:48 chtekk Exp $ + + 23 May 2006; Luca Longinotti <chtekk@gentoo.org> + PEAR-System_Command-1.0.4.ebuild: + Readd hppa keyword. 21 May 2006; Luca Longinotti <chtekk@gentoo.org> -PEAR-System_Command-1.0.1.ebuild, -PEAR-System_Command-1.0.2.ebuild: diff --git a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.4.ebuild b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.4.ebuild index 37c40f264329..37e2908471e6 100644 --- a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.4.ebuild +++ b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 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.4.ebuild,v 1.1 2006/02/28 09:09:41 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.4.ebuild,v 1.2 2006/05/23 21:32:48 chtekk Exp $ inherit php-pear-r1 DESCRIPTION="PEAR::System_Command is a commandline execution interface" LICENSE="PHP" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" |