--- a/net-ftp/yafc/yafc-1.2.6.ebuild 2015-08-09 22:34:52.000000000 +0200 +++ b/net-ftp/yafc/yafc-1.2.6-r1.ebuild 2015-11-10 16:32:26.217386413 +0100 @@ -13,9 +13,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" -IUSE="ipv6 readline kerberos socks5 ssh" +IUSE="ipv6 libressl readline kerberos socks5 ssh" -DEPEND="dev-libs/openssl:0 +DEPEND="!libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl ) readline? ( >=sys-libs/readline-6 ) kerberos? ( virtual/krb5 ) socks5? ( net-proxy/dante )