diff options
-rw-r--r-- | dev-php/php/php-5.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/php/php-5.0.2.ebuild b/dev-php/php/php-5.0.2.ebuild index 856d054f51e5..20f46b706494 100644 --- a/dev-php/php/php-5.0.2.ebuild +++ b/dev-php/php/php-5.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-5.0.2.ebuild,v 1.1 2004/09/24 18:25:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-5.0.2.ebuild,v 1.2 2004/09/28 15:09:33 vapier Exp $ PHPSAPI="cli" MY_P="${PN}-${PV}" @@ -8,7 +8,7 @@ inherit php5-sapi eutils DESCRIPTION="PHP Shell Interpreter" LICENSE="PHP" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~hppa ~ppc ~x86" DEPEND="$DEPEND" RDEPEND="$RDEPEND" SLOT="0" |