Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 479816
Collapse All | Expand All

(-)/usr/portage/dev-lang/php/php-5.4.17.ebuild (-1 / +8 lines)
Lines 81-87 Link Here
81
	oci8-instant-client odbc pcntl pdo +phar +posix postgres qdbm
81
	oci8-instant-client odbc pcntl pdo +phar +posix postgres qdbm
82
	readline recode selinux +session sharedmem
82
	readline recode selinux +session sharedmem
83
	+simplexml snmp soap sockets spell sqlite ssl
83
	+simplexml snmp soap sockets spell sqlite ssl
84
	sybase-ct sysvipc tidy +tokenizer truetype unicode wddx
84
	sybase-ct systemd sysvipc tidy +tokenizer truetype unicode wddx
85
	+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
85
	+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
86
86
87
DEPEND="
87
DEPEND="
Lines 135-140 Link Here
135
	spell? ( >=app-text/aspell-0.50 )
135
	spell? ( >=app-text/aspell-0.50 )
136
	sqlite? ( >=dev-db/sqlite-3.7.6.3 )
136
	sqlite? ( >=dev-db/sqlite-3.7.6.3 )
137
	ssl? ( >=dev-libs/openssl-0.9.7 )
137
	ssl? ( >=dev-libs/openssl-0.9.7 )
138
	systemd? ( sys-apps/systemd )
138
	sybase-ct? ( dev-db/freetds )
139
	sybase-ct? ( dev-db/freetds )
139
	tidy? ( app-text/htmltidy )
140
	tidy? ( app-text/htmltidy )
140
	truetype? (
141
	truetype? (
Lines 189-194 Link Here
189
	recode? ( !imap !mysql !mysqli )
190
	recode? ( !imap !mysql !mysqli )
190
	sharedmem? ( !threads )
191
	sharedmem? ( !threads )
191
192
193
	systemd? ( fpm )
194
192
	!cli? ( !cgi? ( !fpm? ( !apache2? ( !embed? ( cli ) ) ) ) )"
195
	!cli? ( !cgi? ( !fpm? ( !apache2? ( !embed? ( cli ) ) ) ) )"
193
196
194
RDEPEND="${DEPEND}"
197
RDEPEND="${DEPEND}"
Lines 566-571 Link Here
566
					else
569
					else
567
						sapi_conf="${sapi_conf} --disable-${sapi}"
570
						sapi_conf="${sapi_conf} --disable-${sapi}"
568
					fi
571
					fi
572
573
					if [[ ${sapi} == "fpm" ]] && use systemd ; then
574
						sapi_conf+=" --with-fpm-systemd" 
575
					fi
569
					;;
576
					;;
570
577
571
				apache2)
578
				apache2)

Return to bug 479816