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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD15C15808B for ; Wed, 23 Mar 2022 00:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 707A4E08FA; Wed, 23 Mar 2022 00:14:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B25CCE08EF for ; Wed, 23 Mar 2022 00:14:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C568A343238 for ; Wed, 23 Mar 2022 00:14:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22435343 for ; Wed, 23 Mar 2022 00:14:08 +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: <1647993680.72108786ee45697c9706d9c557562077c4d733cd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/courier-authlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/courier-authlib/courier-authlib-0.71.0-r3.ebuild net-libs/courier-authlib/courier-authlib-0.71.0-r4.ebuild net-libs/courier-authlib/courier-authlib-0.71.3-r1.ebuild net-libs/courier-authlib/courier-authlib-0.71.3-r2.ebuild X-VCS-Directories: net-libs/courier-authlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 72108786ee45697c9706d9c557562077c4d733cd X-VCS-Branch: master Date: Wed, 23 Mar 2022 00:14:08 +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: d5ce01c3-d44d-4178-a7c2-b6f7665984b9 X-Archives-Hash: 35ac4867aad51502ccd0987f0cbe5e18 commit: 72108786ee45697c9706d9c557562077c4d733cd Author: Sam James gentoo org> AuthorDate: Wed Mar 23 00:01:20 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 23 00:01:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72108786 net-libs/courier-authlib: add subslot dep on OpenLDAP New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James gentoo.org> ...ourier-authlib-0.71.0-r3.ebuild => courier-authlib-0.71.0-r4.ebuild} | 2 +- ...ourier-authlib-0.71.3-r1.ebuild => courier-authlib-0.71.3-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/courier-authlib/courier-authlib-0.71.0-r3.ebuild b/net-libs/courier-authlib/courier-authlib-0.71.0-r4.ebuild similarity index 99% rename from net-libs/courier-authlib/courier-authlib-0.71.0-r3.ebuild rename to net-libs/courier-authlib/courier-authlib-0.71.0-r4.ebuild index 741f18b564d2..65762bfae119 100644 --- a/net-libs/courier-authlib/courier-authlib-0.71.0-r3.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.71.0-r4.ebuild @@ -22,7 +22,7 @@ DEPEND="net-mail/mailbase gdbm? ( sys-libs/gdbm:= ) !gdbm? ( sys-libs/db:= ) dev-libs/openssl:0= - ldap? ( >=net-nds/openldap-1.2.11 ) + ldap? ( >=net-nds/openldap-1.2.11:= ) mysql? ( dev-db/mysql-connector-c:= ) pam? ( sys-libs/pam ) postgres? ( dev-db/postgresql:= ) diff --git a/net-libs/courier-authlib/courier-authlib-0.71.3-r1.ebuild b/net-libs/courier-authlib/courier-authlib-0.71.3-r2.ebuild similarity index 99% rename from net-libs/courier-authlib/courier-authlib-0.71.3-r1.ebuild rename to net-libs/courier-authlib/courier-authlib-0.71.3-r2.ebuild index 2c57e1a9719b..45725d6e9a45 100644 --- a/net-libs/courier-authlib/courier-authlib-0.71.3-r1.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.71.3-r2.ebuild @@ -22,7 +22,7 @@ DEPEND="net-mail/mailbase gdbm? ( sys-libs/gdbm:= ) !gdbm? ( sys-libs/db:= ) dev-libs/openssl:0= - ldap? ( >=net-nds/openldap-1.2.11 ) + ldap? ( >=net-nds/openldap-1.2.11:= ) mysql? ( dev-db/mysql-connector-c:= ) pam? ( sys-libs/pam ) postgres? ( dev-db/postgresql:= )