From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B80E13835A for ; Tue, 22 Jun 2021 18:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EA91E0872; Tue, 22 Jun 2021 18:19:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69C61E0872 for ; Tue, 22 Jun 2021 18:19:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79644340948 for ; Tue, 22 Jun 2021 18:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D031D7BB for ; Tue, 22 Jun 2021 18:19:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1624385928.98d35b122b6872f40fb55d58ce09ee690e835ab0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/frox/frox-0.7.18-r6.ebuild net-ftp/frox/frox-0.7.18-r7.ebuild X-VCS-Directories: net-ftp/frox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 98d35b122b6872f40fb55d58ce09ee690e835ab0 X-VCS-Branch: master Date: Tue, 22 Jun 2021 18:19:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88b41043-180e-407e-96af-82e509f5976f X-Archives-Hash: aab31faab4bdd73f8b50bca5e6d44990 commit: 98d35b122b6872f40fb55d58ce09ee690e835ab0 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jun 21 22:17:55 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 22 18:18:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d35b12 net-ftp/frox: use binding := for dev-libs/openssl Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI. Acked-by: David Seifert gentoo.org> Signed-off-by: Ionen Wolkens gentoo.org> Signed-off-by: Sam James gentoo.org> net-ftp/frox/{frox-0.7.18-r6.ebuild => frox-0.7.18-r7.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-ftp/frox/frox-0.7.18-r6.ebuild b/net-ftp/frox/frox-0.7.18-r7.ebuild similarity index 98% rename from net-ftp/frox/frox-0.7.18-r6.ebuild rename to net-ftp/frox/frox-0.7.18-r7.ebuild index 680bcbd9523..b0221a94fd7 100644 --- a/net-ftp/frox/frox-0.7.18-r6.ebuild +++ b/net-ftp/frox/frox-0.7.18-r7.ebuild @@ -16,7 +16,7 @@ IUSE="clamav ssl transparent" DEPEND=" clamav? ( >=app-antivirus/clamav-0.80 ) ssl? ( - dev-libs/openssl:0 + dev-libs/openssl:0= ) kernel_linux? ( >=sys-kernel/linux-headers-2.6 ) "