fix fpm use constraint

This commit is contained in:
Robert Förster (Dessa) 2014-10-05 12:06:36 +02:00
parent 001876298c
commit 9960f9b5e0
1 changed files with 4 additions and 2 deletions

View File

@ -55,8 +55,10 @@ DEPEND="
) )
!lighttpd? ( !lighttpd? (
( !nginx? ( ( !nginx? (
www-servers/apache[ssl=] !fpm? (
dev-lang/php[apache2] www-servers/apache[ssl=]
dev-lang/php[apache2]
)
) )
) )
) )