diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-17 10:47:42 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-17 10:47:42 +0000 |
commit | 021863241daa7eacdd58055b9b811219064e9c86 (patch) | |
tree | 71ef3aa141a7839c4112b378f31b28209a7ef14d /dev-php/php-cgi | |
parent | masking some untested archs, unmasked by mistake (diff) | |
download | historical-021863241daa7eacdd58055b9b811219064e9c86.tar.gz historical-021863241daa7eacdd58055b9b811219064e9c86.tar.bz2 historical-021863241daa7eacdd58055b9b811219064e9c86.zip |
Stable on alpha, bug 74547.
Diffstat (limited to 'dev-php/php-cgi')
-rw-r--r-- | dev-php/php-cgi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/php-cgi/php-cgi-4.3.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/php-cgi/ChangeLog b/dev-php/php-cgi/ChangeLog index 1a2b9f8f5e0c..8facfaa3120c 100644 --- a/dev-php/php-cgi/ChangeLog +++ b/dev-php/php-cgi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/php-cgi # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.47 2004/12/17 02:34:28 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.48 2004/12/17 10:47:42 kloeri Exp $ + + 17 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> php-cgi-4.3.10.ebuild: + Stable on alpha, bug 74547. 16 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> php-cgi-4.3.10.ebuild: Sparc stable for real this time... diff --git a/dev-php/php-cgi/php-cgi-4.3.10.ebuild b/dev-php/php-cgi/php-cgi-4.3.10.ebuild index 0614a486289a..51cf0f05a5fa 100644 --- a/dev-php/php-cgi/php-cgi-4.3.10.ebuild +++ b/dev-php/php-cgi/php-cgi-4.3.10.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.10.ebuild,v 1.4 2004/12/17 02:34:28 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.10.ebuild,v 1.5 2004/12/17 10:47:42 kloeri Exp $ PHPSAPI="cgi" inherit php-sapi eutils DESCRIPTION="PHP CGI" SLOT="0" -KEYWORDS="x86 sparc ~alpha ~hppa ~ppc ~ia64 ~amd64" +KEYWORDS="x86 sparc alpha ~hppa ~ppc ~ia64 ~amd64" # for this revision only PDEPEND=">=${PHP_PROVIDER_PKG}-4.3.10" |