commit: fefd57b5c19a9c3361abe94c2344b2419edf6346
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 07:39:30 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat May 14 07:39:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefd57b5
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
net-ftp/lftp/lftp-4.7.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-ftp/lftp/lftp-4.7.1.ebuild b/net-ftp/lftp/lftp-4.7.1.ebuild
index 3a58816..e7dec1a 100644
--- a/net-ftp/lftp/lftp-4.7.1.ebuild
+++ b/net-ftp/lftp/lftp-4.7.1.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:0= )
+ openssl? ( dev-libs/openssl:0= )
)
verify-file? (
dev-perl/String-CRC32