Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 280173 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/www-servers/lighttpd/lighttpd-1.4.20.ebuild (-4 / +4 lines)
Lines 4-10 Link Here
4
4
5
WANT_AUTOCONF=latest
5
WANT_AUTOCONF=latest
6
WANT_AUTOMAKE=latest
6
WANT_AUTOMAKE=latest
7
inherit eutils autotools depend.php
7
EAPI="2"
8
9
inherit eutils autotools
8
10
9
DESCRIPTION="Lightweight high-performance web server"
11
DESCRIPTION="Lightweight high-performance web server"
10
HOMEPAGE="http://www.lighttpd.net/"
12
HOMEPAGE="http://www.lighttpd.net/"
Lines 28-34 Link Here
28
	memcache? ( dev-libs/libmemcache )
30
	memcache? ( dev-libs/libmemcache )
29
	mysql?    ( >=virtual/mysql-4.0 )
31
	mysql?    ( >=virtual/mysql-4.0 )
30
	pcre?     ( >=dev-libs/libpcre-3.1 )
32
	pcre?     ( >=dev-libs/libpcre-3.1 )
31
	php?      ( virtual/httpd-php )
33
	php?      ( virtual/httpd-php[cgi] )
32
	rrdtool? ( net-analyzer/rrdtool )
34
	rrdtool? ( net-analyzer/rrdtool )
33
	ssl?    ( >=dev-libs/openssl-0.9.7 )
35
	ssl?    ( >=dev-libs/openssl-0.9.7 )
34
	webdav? (
36
	webdav? (
Lines 92-99 Link Here
92
		ebeep 5
94
		ebeep 5
93
	fi
95
	fi
94
96
95
	use php && require_php_with_use cgi
96
97
	enewgroup lighttpd
97
	enewgroup lighttpd
98
	enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd
98
	enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd
99
}
99
}

Return to bug 280173