commit:     90d2a61d4322df2188ed4d5b56d1a152779435ae
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 00:09:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 00:13:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d2a61d

mail-filter/opendkim: add subslot dep on OpenLDAP

New OpenLDAP breaks ABI (changes SONAME)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{opendkim-2.10.3-r26.ebuild => opendkim-2.10.3-r28.ebuild}    | 8 ++++----
 .../{opendkim-2.10.3-r27.ebuild => opendkim-2.10.3-r29.ebuild}    | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/mail-filter/opendkim/opendkim-2.10.3-r26.ebuild 
b/mail-filter/opendkim/opendkim-2.10.3-r28.ebuild
similarity index 98%
rename from mail-filter/opendkim/opendkim-2.10.3-r26.ebuild
rename to mail-filter/opendkim/opendkim-2.10.3-r28.ebuild
index d678d4120cc4..fb9509a1384b 100644
--- a/mail-filter/opendkim/opendkim-2.10.3-r26.ebuild
+++ b/mail-filter/opendkim/opendkim-2.10.3-r28.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -29,12 +29,12 @@ COMMON_DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail 
)
        berkdb? ( >=sys-libs/db-3.2:* )
        opendbx? ( >=dev-db/opendbx-1.4.0 )
        lua? ( ${LUA_DEPS} )
-       ldap? ( net-nds/openldap )
-       lmdb? ( dev-db/lmdb )
+       ldap? ( net-nds/openldap:= )
+       lmdb? ( dev-db/lmdb:= )
        memcached? ( dev-libs/libmemcached )
        sasl? ( dev-libs/cyrus-sasl )
        unbound? ( >=net-dns/unbound-1.4.1:= net-dns/dnssec-root )
-       !unbound? ( net-libs/ldns )"
+       !unbound? ( net-libs/ldns:= )"
 
 DEPEND="${COMMON_DEPEND}"
 

diff --git a/mail-filter/opendkim/opendkim-2.10.3-r27.ebuild 
b/mail-filter/opendkim/opendkim-2.10.3-r29.ebuild
similarity index 98%
rename from mail-filter/opendkim/opendkim-2.10.3-r27.ebuild
rename to mail-filter/opendkim/opendkim-2.10.3-r29.ebuild
index 129a8167f831..448ce5cbc56b 100644
--- a/mail-filter/opendkim/opendkim-2.10.3-r27.ebuild
+++ b/mail-filter/opendkim/opendkim-2.10.3-r29.ebuild
@@ -29,12 +29,12 @@ COMMON_DEPEND="mail-filter/libmilter:=
        berkdb? ( >=sys-libs/db-3.2:* )
        opendbx? ( >=dev-db/opendbx-1.4.0 )
        lua? ( ${LUA_DEPS} )
-       ldap? ( net-nds/openldap )
-       lmdb? ( dev-db/lmdb )
+       ldap? ( net-nds/openldap:= )
+       lmdb? ( dev-db/lmdb:= )
        memcached? ( dev-libs/libmemcached )
        sasl? ( dev-libs/cyrus-sasl )
        unbound? ( >=net-dns/unbound-1.4.1:= net-dns/dnssec-root )
-       !unbound? ( net-libs/ldns )"
+       !unbound? ( net-libs/ldns:= )"
 
 DEPEND="${COMMON_DEPEND}"
 

Reply via email to