diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-07-05 14:06:26 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-07-05 14:06:26 +0000 |
commit | 3deae0d418f1ce73b74ee4b51fe0278521511fc8 (patch) | |
tree | 8a1db08a7fa16d55d961ab434c06f4d54e252e7b /virtual/httpd-php | |
parent | ppc64 stable wrt #315523 (diff) | |
download | historical-3deae0d418f1ce73b74ee4b51fe0278521511fc8.tar.gz historical-3deae0d418f1ce73b74ee4b51fe0278521511fc8.tar.bz2 historical-3deae0d418f1ce73b74ee4b51fe0278521511fc8.zip |
5.2 does not support fpm at all
Diffstat (limited to 'virtual/httpd-php')
-rw-r--r-- | virtual/httpd-php/httpd-php-5.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/virtual/httpd-php/httpd-php-5.2.ebuild b/virtual/httpd-php/httpd-php-5.2.ebuild index 23f5a8f4f130..010534198a7d 100644 --- a/virtual/httpd-php/httpd-php-5.2.ebuild +++ b/virtual/httpd-php/httpd-php-5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.2.ebuild,v 1.1 2010/07/05 14:05:34 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.2.ebuild,v 1.2 2010/07/05 14:06:26 mabi Exp $ EAPI="2" @@ -14,6 +14,5 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86- IUSE="" RDEPEND="|| ( =dev-lang/php-5.2*[apache2] - =dev-lang/php-5.2*[cgi] - =dev-lang/php-5.2*[fpm] )" + =dev-lang/php-5.2*[cgi] )" DEPEND="" |