--- lighttpd-1.4.3.ebuild.orig 2005-09-09 01:20:13.000000000 +0200 +++ lighttpd-1.4.3.ebuild 2005-09-09 01:25:28.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.3.ebuild,v 1.1 2005/09/01 14:22:35 ka0ttic Exp $ -inherit eutils +inherit eutils depend.php DESCRIPTION="Lightweight high-performance web server" HOMEPAGE="http://www.lighttpd.net/" @@ -23,7 +23,7 @@ mysql? ( >=dev-db/mysql-4.0.0 ) pcre? ( >=dev-libs/libpcre-3.1 ) php? ( - >=dev-php/php-cgi-4.3.0 + virtual/httpd-php !net-www/spawn-fcgi ) rrdtool? ( net-analyzer/rrdtool ) @@ -87,6 +87,9 @@ ewarn "and mod_ssi." ebeep 5 fi + if use php; then + require_php_with_use cgi + fi } src_unpack() {