diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-08 06:33:45 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-08 06:33:45 +0000 |
commit | 00644f68fc30723e1c26524879604870bd460849 (patch) | |
tree | 2c4030697e5591f0676864e782452baa512c2730 /dev-php/mod_php/mod_php-4.3.3-r2.ebuild | |
parent | fix mremap patch, and something from awhile back (diff) | |
download | gentoo-2-00644f68fc30723e1c26524879604870bd460849.tar.gz gentoo-2-00644f68fc30723e1c26524879604870bd460849.tar.bz2 gentoo-2-00644f68fc30723e1c26524879604870bd460849.zip |
remove ~mips and ~arm KEYWORDS due to lack of support, ready for new repoman.
Diffstat (limited to 'dev-php/mod_php/mod_php-4.3.3-r2.ebuild')
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/mod_php/mod_php-4.3.3-r2.ebuild b/dev-php/mod_php/mod_php-4.3.3-r2.ebuild index b0640fc64e24..5e6981ebc739 100644 --- a/dev-php/mod_php/mod_php-4.3.3-r2.ebuild +++ b/dev-php/mod_php/mod_php-4.3.3-r2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.3-r2.ebuild,v 1.5 2004/01/08 04:11:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.3-r2.ebuild,v 1.6 2004/01/08 06:33:45 robbat2 Exp $ IUSE="${IUSE} apache2" DESCRIPTION="Apache module for PHP" -KEYWORDS="x86 ~sparc ~ppc ~alpha ~hppa ~arm ~amd64" +KEYWORDS="x86 ~sparc ~ppc ~alpha ~hppa ~amd64" detectapache() { local domsg= |