summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-23 00:09:49 +0000
committerSam James <sam@gentoo.org>2022-03-23 00:13:36 +0000
commit90d2a61d4322df2188ed4d5b56d1a152779435ae (patch)
treea9c743b5025e2e32e3ed229934029b430d9ab1e5
parentsys-fs/quota: add subslot dep on OpenLDAP (diff)
downloadgentoo-90d2a61d4322df2188ed4d5b56d1a152779435ae.tar.gz
gentoo-90d2a61d4322df2188ed4d5b56d1a152779435ae.tar.bz2
gentoo-90d2a61d4322df2188ed4d5b56d1a152779435ae.zip
mail-filter/opendkim: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--mail-filter/opendkim/opendkim-2.10.3-r28.ebuild (renamed from mail-filter/opendkim/opendkim-2.10.3-r26.ebuild)8
-rw-r--r--mail-filter/opendkim/opendkim-2.10.3-r29.ebuild (renamed from mail-filter/opendkim/opendkim-2.10.3-r27.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
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
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}"