mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-ftp/yafc: Support libressl (#565396)
Package-Manager: portage-2.3.1
This commit is contained in:
@@ -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 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user