diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-06-21 10:00:43 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-06-21 10:00:43 +0000 |
commit | 86095d27097d43d3219437a93f75fdb6a01e3431 (patch) | |
tree | 5aa38f25eedd2f0afc0ce23dff0449a50c3a7415 /dev-php/php-cgi | |
parent | unblock php4.3.7 (diff) | |
download | gentoo-2-86095d27097d43d3219437a93f75fdb6a01e3431.tar.gz gentoo-2-86095d27097d43d3219437a93f75fdb6a01e3431.tar.bz2 gentoo-2-86095d27097d43d3219437a93f75fdb6a01e3431.zip |
make sure correct keywords are in place
Diffstat (limited to 'dev-php/php-cgi')
-rw-r--r-- | dev-php/php-cgi/php-cgi-4.3.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/php-cgi/php-cgi-4.3.7.ebuild b/dev-php/php-cgi/php-cgi-4.3.7.ebuild index 68fdd69809b3..304c1577b009 100644 --- a/dev-php/php-cgi/php-cgi-4.3.7.ebuild +++ b/dev-php/php-cgi/php-cgi-4.3.7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.7.ebuild,v 1.1 2004/06/06 00:21:02 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.7.ebuild,v 1.2 2004/06/21 10:00:43 robbat2 Exp $ PHPSAPI="cgi" inherit php-sapi eutils DESCRIPTION="PHP CGI" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~alpha hppa" +KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa" src_compile() { # CLI needed to build stuff |