From: Sergei Trofimovich Date: Thu, 23 May 2019 21:38:14 +0000 (+0100) Subject: net-ftp/proftpd: require USE=ssl for sq modules, bug #682462 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0ea3c30e366804459326c2e45e04a33ce875b1ed;p=gentoo.git net-ftp/proftpd: require USE=ssl for sq modules, bug #682462 Rolf Eike Beer reports build failure on USE=-ssl setup: mod_sql_passwd.c:47:3: error: #error "OpenSSL support required (--enable-openssl)" Reported-by: Rolf Eike Beer Closes: https://bugs.gentoo.org/682462 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich --- diff --git a/net-ftp/proftpd/proftpd-1.3.6-r3.ebuild b/net-ftp/proftpd/proftpd-1.3.6-r3.ebuild index da2fff59e8be..07aed344cc8b 100644 --- a/net-ftp/proftpd/proftpd-1.3.6-r3.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.6-r3.ebuild @@ -34,7 +34,12 @@ IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse doc dso dynm REQUIRED_USE="ban? ( ctrls ) msg? ( ctrls ) sftp? ( ssl ) - shaper? ( ctrls )" + shaper? ( ctrls ) + + mysql? ( ssl ) + postgres? ( ssl ) + sqlite? ( ssl ) +" CDEPEND="acl? ( virtual/acl ) caps? ( sys-libs/libcap )