summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-09 17:51:42 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-09 18:18:53 +0200
commit8fb36b13c96f92cd003e804015e1426dab01d471 (patch)
treeb44bbdbf7e9ffdb8fddc81d8e652b65b4fe8ec9d /net-ftp
parentnet-ftp/netkit-ftpd: Support libressl (#565390) (diff)
downloadgentoo-8fb36b13c96f92cd003e804015e1426dab01d471.tar.gz
gentoo-8fb36b13c96f92cd003e804015e1426dab01d471.tar.bz2
gentoo-8fb36b13c96f92cd003e804015e1426dab01d471.zip
net-ftp/yafc: Support libressl (#565396)
Package-Manager: portage-2.3.1
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/yafc/yafc-1.3.7.ebuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/net-ftp/yafc/yafc-1.3.7.ebuild b/net-ftp/yafc/yafc-1.3.7.ebuild
index a1ffde9a6285..947a70956e79 100644
--- a/net-ftp/yafc/yafc-1.3.7.ebuild
+++ b/net-ftp/yafc/yafc-1.3.7.ebuild
@@ -13,16 +13,19 @@ SRC_URI="http://www.yafc-ftp.com/downloads/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
-IUSE="ipv6 readline kerberos socks5 ssh"
+IUSE="ipv6 libressl kerberos readline socks5 ssh"
-DEPEND="dev-libs/openssl:0
+RDEPEND="
sys-libs/ncurses:*
dev-libs/libbsd
- readline? ( >=sys-libs/readline-6 )
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
kerberos? ( virtual/krb5 )
+ readline? ( >=sys-libs/readline-6:0= )
socks5? ( net-proxy/dante )
- ssh? ( net-libs/libssh )"
-RDEPEND="${DEPEND}"
+ ssh? ( net-libs/libssh )
+"
+DEPEND="${RDEPEND}"
DOCS=( BUGS NEWS README.md THANKS TODO )