diff options
author | 2010-07-05 14:06:26 +0000 | |
---|---|---|
committer | 2010-07-05 14:06:26 +0000 | |
commit | bfb67bb3ce21baa5d269af1dd4e2a3a3786fc030 (patch) | |
tree | a6b147838b78ed1f08465f72de2d8c5352d164b9 /virtual | |
parent | ppc64 stable wrt #315523 (diff) | |
download | gentoo-2-bfb67bb3ce21baa5d269af1dd4e2a3a3786fc030.tar.gz gentoo-2-bfb67bb3ce21baa5d269af1dd4e2a3a3786fc030.tar.bz2 gentoo-2-bfb67bb3ce21baa5d269af1dd4e2a3a3786fc030.zip |
5.2 does not support fpm at all
Diffstat (limited to 'virtual')
-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="" |