From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4183F13825A for ; Sat, 14 May 2016 07:39:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D927E07D8; Sat, 14 May 2016 07:39:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2815EE07D8 for ; Sat, 14 May 2016 07:39:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 459B13404A5 for ; Sat, 14 May 2016 07:39:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D35AB87B for ; Sat, 14 May 2016 07:39:50 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1463211570.fefd57b5c19a9c3361abe94c2344b2419edf6346.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/lftp/lftp-4.7.1.ebuild X-VCS-Directories: net-ftp/lftp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: fefd57b5c19a9c3361abe94c2344b2419edf6346 X-VCS-Branch: master Date: Sat, 14 May 2016 07:39:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d1250448-c11f-45a5-b956-a66e2710c4c5 X-Archives-Hash: 557e3ce432a68ad8b6c0cd7915013e70 commit: fefd57b5c19a9c3361abe94c2344b2419edf6346 Author: Jeroen Roovers gentoo org> AuthorDate: Sat May 14 07:39:30 2016 +0000 Commit: Jeroen Roovers gentoo 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