summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-05-14 10:12:11 +0200
committerJeroen Roovers <jer@gentoo.org>2016-05-14 10:13:18 +0200
commit5083fd842116267b3394ac70eb58f0f231ad1dd5 (patch)
tree96aeedf96586e2a67dedea7b1e42108855ef79ad /net-ftp
parentdev-lang/php: Stable for HPPA (bug #581834). (diff)
downloadgentoo-5083fd842116267b3394ac70eb58f0f231ad1dd5.tar.gz
gentoo-5083fd842116267b3394ac70eb58f0f231ad1dd5.tar.bz2
gentoo-5083fd842116267b3394ac70eb58f0f231ad1dd5.zip
net-ftp/lftp: Set sub-SLOT dependencies on dev-libs/openssl and net-libs/gnutls by Thomas Deutschmann
(bug #582926). Package-Manager: portage-2.2.28
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/lftp/lftp-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild
index 2fcd585c3337..1431458da776 100644
--- a/net-ftp/lftp/lftp-9999.ebuild
+++ b/net-ftp/lftp/lftp-9999.ebuild
@@ -33,8 +33,8 @@ RDEPEND="
virtual/pam
)
ssl? (
- gnutls? ( >=net-libs/gnutls-1.2.3 )
- openssl? ( dev-libs/openssl:0 )
+ gnutls? ( >=net-libs/gnutls-1.2.3:= )
+ openssl? ( dev-libs/openssl:0= )
)
verify-file? (
dev-perl/String-CRC32