diff options
Diffstat (limited to 'dev-php/php/php-4.3.11-r1.ebuild')
-rw-r--r-- | dev-php/php/php-4.3.11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/php/php-4.3.11-r1.ebuild b/dev-php/php/php-4.3.11-r1.ebuild index f893e8b81855..a6d4a67c6e2a 100644 --- a/dev-php/php/php-4.3.11-r1.ebuild +++ b/dev-php/php/php-4.3.11-r1.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-r1.ebuild,v 1.4 2005/09/19 19:52:34 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.11-r1.ebuild,v 1.5 2005/09/21 19:50:43 ferdy Exp $ PHPSAPI="cli" inherit php-sapi eutils DESCRIPTION="PHP Shell Interpreter" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86" +KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86" IUSE="" # fixed PCRE library for security issues, bug #102373 |