diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-12-19 08:50:35 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-12-19 10:55:47 +0100 |
commit | b26046f70a4c6cad2473d48c4b3996b3ffb197bd (patch) | |
tree | 0b81c2d32d697c71706aa51001a157d1669f547b /net-ftp | |
parent | net-ftp/lftp: Version bump. (diff) | |
download | gentoo-b26046f70a4c6cad2473d48c4b3996b3ffb197bd.tar.gz gentoo-b26046f70a4c6cad2473d48c4b3996b3ffb197bd.tar.bz2 gentoo-b26046f70a4c6cad2473d48c4b3996b3ffb197bd.zip |
net-ftp/lftp: Set SLOT dependencies.
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/lftp-4.6.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/lftp/lftp-4.6.5.ebuild b/net-ftp/lftp/lftp-4.6.5.ebuild index c02e6dceebc0..01871bd74ae9 100644 --- a/net-ftp/lftp/lftp-4.6.5.ebuild +++ b/net-ftp/lftp/lftp-4.6.5.ebuild @@ -22,8 +22,8 @@ REQUIRED_USE=" " RDEPEND=" - >=sys-libs/ncurses-5.1 - >=sys-libs/readline-5.1 + >=sys-libs/ncurses-5.1:= + >=sys-libs/readline-5.1:= dev-libs/expat sys-libs/zlib convert-mozilla-cookies? ( dev-perl/DBI ) @@ -34,7 +34,7 @@ RDEPEND=" ) ssl? ( gnutls? ( >=net-libs/gnutls-1.2.3 ) - openssl? ( >=dev-libs/openssl-0.9.6 ) + openssl? ( dev-libs/openssl:0 ) ) verify-file? ( dev-perl/string-crc32 |