diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-28 12:50:46 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-28 12:50:46 +0000 |
commit | 1d121d6bc05d1d0ec6518a6509230001683dbf80 (patch) | |
tree | e0ad302b4f06267f9cb01f7dccace85790f1af13 /dev-php | |
parent | Stable for sparc. Needed for several app-sci upgrades. (Manifest recommit) (diff) | |
download | gentoo-2-1d121d6bc05d1d0ec6518a6509230001683dbf80.tar.gz gentoo-2-1d121d6bc05d1d0ec6518a6509230001683dbf80.tar.bz2 gentoo-2-1d121d6bc05d1d0ec6518a6509230001683dbf80.zip |
ppc stable profile update
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.9.ebuild | 4 | ||||
-rw-r--r-- | dev-php/php-cgi/php-cgi-4.3.9.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/mod_php/mod_php-4.3.9.ebuild b/dev-php/mod_php/mod_php-4.3.9.ebuild index cd7ef828ab31..6dc98ae287cd 100644 --- a/dev-php/mod_php/mod_php-4.3.9.ebuild +++ b/dev-php/mod_php/mod_php-4.3.9.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.9.ebuild,v 1.3 2004/09/27 21:19:53 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.9.ebuild,v 1.4 2004/09/28 12:49:41 pvdabeel Exp $ IUSE="${IUSE} apache2" -KEYWORDS="~x86 ~ppc sparc alpha ~hppa ~amd64 ~ia64 ~s390" +KEYWORDS="~x86 ppc sparc alpha ~hppa ~amd64 ~ia64 ~s390" detectapache() { local domsg= diff --git a/dev-php/php-cgi/php-cgi-4.3.9.ebuild b/dev-php/php-cgi/php-cgi-4.3.9.ebuild index dad0fc5990e0..aea742794398 100644 --- a/dev-php/php-cgi/php-cgi-4.3.9.ebuild +++ b/dev-php/php-cgi/php-cgi-4.3.9.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.9.ebuild,v 1.3 2004/09/27 21:23:26 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.9.ebuild,v 1.4 2004/09/28 12:50:46 pvdabeel Exp $ PHPSAPI="cgi" inherit php-sapi eutils DESCRIPTION="PHP CGI" SLOT="0" -KEYWORDS="~x86 sparc alpha ~hppa ~ppc ~ia64" +KEYWORDS="~x86 sparc alpha ~hppa ppc ~ia64" # for this revision only PDEPEND=">=${PHP_PROVIDER_PKG}-4.3.9" |