From 8a013fcfc539a8973e19c95641b9797432fb61c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster=20=28Dessa=29?= Date: Thu, 21 Mar 2019 20:41:25 +0100 Subject: [PATCH] [www-apps/froxlor] remove ftp useflag, fix fpm, add zip useflag requirement for php --- www-apps/froxlor/froxlor-9999.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/www-apps/froxlor/froxlor-9999.ebuild b/www-apps/froxlor/froxlor-9999.ebuild index 50654ec..141c8ad 100644 --- a/www-apps/froxlor/froxlor-9999.ebuild +++ b/www-apps/froxlor/froxlor-9999.ebuild @@ -26,7 +26,7 @@ DEPEND=" !www-apps/syscp >=mail-mta/postfix-2.4[mysql,ssl=] virtual/cron - >=dev-lang/php-5.3:*[bcmath,cli,ctype,curl,filter,ftp,gd,mysql,nls,pcntl,pdo,posix,session,simplexml,ssl=,tokenizer,unicode,xml,xslt,zlib] + >=dev-lang/php-5.3:*[bcmath,cli,ctype,curl,filter,gd,mysql,nls,pcntl,pdo,posix,session,simplexml,ssl=,tokenizer,unicode,xml,xslt,zlib,zip] pureftpd? ( net-ftp/pure-ftpd[mysql,ssl=] ) @@ -87,6 +87,12 @@ DEPEND=" sys-auth/libnss-extrausers sys-auth/libnss-mysql ) + ( !lighttpd? ( + !nginx? ( + www-servers/apache[apache2_modules_proxy_fcgi] + ) + ) + ) ) dovecot? ( >=net-mail/dovecot-2.2.0[mysql] >=mail-mta/postfix-2.4[dovecot-sasl]