From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1378624-garchives=archives.gentoo.org@lists.gentoo.org> 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 7DB5815808B for <garchives@archives.gentoo.org>; Wed, 23 Mar 2022 00:14:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42808E0905; Wed, 23 Mar 2022 00:14:14 +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 C5FA3E0908 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Mar 2022 00:14:13 +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 6D164343248 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Mar 2022 00:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CFD3355 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Mar 2022 00:14:09 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1647994416.90d2a61d4322df2188ed4d5b56d1a152779435ae.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/opendkim/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/opendkim/opendkim-2.10.3-r26.ebuild mail-filter/opendkim/opendkim-2.10.3-r27.ebuild mail-filter/opendkim/opendkim-2.10.3-r28.ebuild mail-filter/opendkim/opendkim-2.10.3-r29.ebuild X-VCS-Directories: mail-filter/opendkim/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 90d2a61d4322df2188ed4d5b56d1a152779435ae X-VCS-Branch: master Date: Wed, 23 Mar 2022 00:14:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 872d5515-f0c9-4f7c-9193-e2c511d19d41 X-Archives-Hash: bb4c039dcf05efa1c4ca27405b142df1 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}"