diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-16 04:07:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-16 04:07:44 +0000 |
commit | 4115ae914ee20a1cbfccd319908abc67777c6260 (patch) | |
tree | 0ab9d9f85eb49997b687f6a4b511f1df9b737087 /dev-php/mod_php | |
parent | ~s390 love (diff) | |
download | gentoo-2-4115ae914ee20a1cbfccd319908abc67777c6260.tar.gz gentoo-2-4115ae914ee20a1cbfccd319908abc67777c6260.tar.bz2 gentoo-2-4115ae914ee20a1cbfccd319908abc67777c6260.zip |
add back in missing arm love
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-php/mod_php')
-rw-r--r-- | dev-php/mod_php/mod_php-4.4.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/mod_php/mod_php-4.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-php/mod_php/mod_php-5.0.4.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-php/mod_php/mod_php-4.4.0-r1.ebuild b/dev-php/mod_php/mod_php-4.4.0-r1.ebuild index 3fa4142c3105..c93302535ac4 100644 --- a/dev-php/mod_php/mod_php-4.4.0-r1.ebuild +++ b/dev-php/mod_php/mod_php-4.4.0-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.4.0-r1.ebuild,v 1.4 2005/07/24 05:24:40 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.4.0-r1.ebuild,v 1.5 2005/08/16 04:07:44 vapier Exp $ IUSE="apache2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" detectapache() { local domsg= diff --git a/dev-php/mod_php/mod_php-4.4.0.ebuild b/dev-php/mod_php/mod_php-4.4.0.ebuild index 4260d7aeca47..1a8a9d496ca8 100644 --- a/dev-php/mod_php/mod_php-4.4.0.ebuild +++ b/dev-php/mod_php/mod_php-4.4.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.4.0.ebuild,v 1.14 2005/08/16 04:05:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.4.0.ebuild,v 1.15 2005/08/16 04:07:44 vapier Exp $ IUSE="apache2" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" detectapache() { local domsg= diff --git a/dev-php/mod_php/mod_php-5.0.4.ebuild b/dev-php/mod_php/mod_php-5.0.4.ebuild index 8c45b8486528..3246b14e395a 100644 --- a/dev-php/mod_php/mod_php-5.0.4.ebuild +++ b/dev-php/mod_php/mod_php-5.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-5.0.4.ebuild,v 1.8 2005/08/16 04:06:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-5.0.4.ebuild,v 1.9 2005/08/16 04:07:44 vapier Exp $ IUSE="apache2" @@ -13,7 +13,7 @@ else APACHE_VERSION=1 fi -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~x86" PROVIDE="virtual/httpd-php" SLOT="${APACHE_VERSION}" |