diff options
-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}" |