diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-5.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-5.1.4.ebuild b/dev-lang/php/php-5.1.4.ebuild index 5ddcdd32debf..4b5fd4373e7f 100644 --- a/dev-lang/php/php-5.1.4.ebuild +++ b/dev-lang/php/php-5.1.4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.1.4.ebuild,v 1.10 2006/06/18 19:42:05 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.1.4.ebuild,v 1.11 2006/07/02 19:50:46 vapier Exp $ IUSE="cgi cli discard-path force-cgi-redirect" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" # NOTE: Portage doesn't support setting PROVIDE based on the USE flags # that have been enabled, so we have to PROVIDE everything for now |