From 9960f9b5e00976c72e43418ab8e3f7dbec687aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster=20=28Dessa=29?= Date: Sun, 5 Oct 2014 12:06:36 +0200 Subject: [PATCH] fix fpm use constraint --- www-apps/froxlor/froxlor-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www-apps/froxlor/froxlor-9999.ebuild b/www-apps/froxlor/froxlor-9999.ebuild index 4afc718..e928717 100644 --- a/www-apps/froxlor/froxlor-9999.ebuild +++ b/www-apps/froxlor/froxlor-9999.ebuild @@ -55,8 +55,10 @@ DEPEND=" ) !lighttpd? ( ( !nginx? ( - www-servers/apache[ssl=] - dev-lang/php[apache2] + !fpm? ( + www-servers/apache[ssl=] + dev-lang/php[apache2] + ) ) ) )