diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-25 00:51:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-25 00:51:27 +0000 |
commit | e782210a6f80ca1edaba5c3caf390639b5dd825c (patch) | |
tree | 001eecad09353754ad9436e8ad13f008a6ab67e6 /dev-php | |
parent | Moved libtoolize/autoreconf in src_unpack, and added -i switch to autoreconf ... (diff) | |
download | gentoo-2-e782210a6f80ca1edaba5c3caf390639b5dd825c.tar.gz gentoo-2-e782210a6f80ca1edaba5c3caf390639b5dd825c.tar.bz2 gentoo-2-e782210a6f80ca1edaba5c3caf390639b5dd825c.zip |
s390 stable
(Portage version: 2.0.51.20)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.11.ebuild | 4 | ||||
-rw-r--r-- | dev-php/php/php-4.3.11.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/mod_php/mod_php-4.3.11.ebuild b/dev-php/mod_php/mod_php-4.3.11.ebuild index a79df2b46fdf..2a86955ca443 100644 --- a/dev-php/mod_php/mod_php-4.3.11.ebuild +++ b/dev-php/mod_php/mod_php-4.3.11.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 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.11.ebuild,v 1.9 2005/04/23 23:28:28 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.11.ebuild,v 1.10 2005/04/25 00:51:27 vapier Exp $ IUSE="${IUSE} apache2" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ~s390 ppc64 ~mips" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" detectapache() { local domsg= diff --git a/dev-php/php/php-4.3.11.ebuild b/dev-php/php/php-4.3.11.ebuild index 03e36c41ac69..e7559d7abca0 100644 --- a/dev-php/php/php-4.3.11.ebuild +++ b/dev-php/php/php-4.3.11.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.11.ebuild,v 1.9 2005/04/23 23:25:27 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.11.ebuild,v 1.10 2005/04/25 00:51:09 vapier Exp $ PHPSAPI="cli" inherit php-sapi eutils DESCRIPTION="PHP Shell Interpreter" SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ~s390 ppc64 ~mips" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="" src_unpack() { |