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 DD3481382C5 for ; Tue, 22 Jun 2021 18:19:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E480E0877; Tue, 22 Jun 2021 18:19:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E8DDAE0877 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 C0C8E340A8E 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 139DA7BE for ; Tue, 22 Jun 2021 18:19:25 +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: <1624385930.f3bd0643d5fefea5c147add8b3054d4f637a57a7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/ldapvi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/ldapvi/ldapvi-1.7_p20101214-r1.ebuild net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild X-VCS-Directories: net-nds/ldapvi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f3bd0643d5fefea5c147add8b3054d4f637a57a7 X-VCS-Branch: master Date: Tue, 22 Jun 2021 18:19:25 +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: b30c144d-f672-41ff-88a8-b8ab4918901b X-Archives-Hash: c3e7ec7ef5c8052642217326a900b5b1 commit: f3bd0643d5fefea5c147add8b3054d4f637a57a7 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jun 21 22:38:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 22 18:18:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3bd0643 net-nds/ldapvi: 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> .../{ldapvi-1.7_p20101214.ebuild => ldapvi-1.7_p20101214-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild b/net-nds/ldapvi/ldapvi-1.7_p20101214-r1.ebuild similarity index 92% rename from net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild rename to net-nds/ldapvi/ldapvi-1.7_p20101214-r1.ebuild index 5cad6722035..b299a4ee9a1 100644 --- a/net-nds/ldapvi/ldapvi-1.7_p20101214.ebuild +++ b/net-nds/ldapvi/ldapvi-1.7_p20101214-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,7 +21,7 @@ RDEPEND=" dev-libs/glib:2 sys-libs/readline gnutls? ( net-libs/gnutls ) - !gnutls? ( dev-libs/openssl:0 ) + !gnutls? ( dev-libs/openssl:0= ) sasl? ( dev-libs/cyrus-sasl:2 )" DEPEND="${RDEPEND} virtual/pkgconfig"