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 | 7f56e666163115545f6f804b3225651d5c1784de (patch) | |
tree | 49646786a441dbabe6a94e2b84e262166c022f95 /dev-php/PEAR-System_Command | |
parent | Spring cleanup. (diff) | |
download | gentoo-2-7f56e666163115545f6f804b3225651d5c1784de.tar.gz gentoo-2-7f56e666163115545f6f804b3225651d5c1784de.tar.bz2 gentoo-2-7f56e666163115545f6f804b3225651d5c1784de.zip |
Readd hppa keyword.
(Portage version: 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="" |