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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D268138334 for ; Fri, 14 Sep 2018 22:13:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E11F1E0A10; Fri, 14 Sep 2018 22:13:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A36BAE0A10 for ; Fri, 14 Sep 2018 22:13:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66B83335D24 for ; Fri, 14 Sep 2018 22:13:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E0693DE for ; Fri, 14 Sep 2018 22:13:51 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1536962953.87ff1dc8f4ff6103385bd8c2315d8738ea0d5f30.whissi@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-r2.ebuild mail-filter/opendkim/opendkim-2.10.3-r3.ebuild mail-filter/opendkim/opendkim-2.10.3.ebuild X-VCS-Directories: mail-filter/opendkim/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 87ff1dc8f4ff6103385bd8c2315d8738ea0d5f30 X-VCS-Branch: master Date: Fri, 14 Sep 2018 22:13:51 +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-Archives-Salt: a33cf4c3-bf76-4de3-b8f8-92e1858a327a X-Archives-Hash: bc82a8eb6bb7a1d2ba593e596c154181 commit: 87ff1dc8f4ff6103385bd8c2315d8738ea0d5f30 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Sep 14 22:09:13 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Sep 14 22:09:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ff1dc8 mail-filter/opendkim: add sub slot operator on net-dns/unbound atom Package-Manager: Portage-2.3.49, Repoman-2.3.10 mail-filter/opendkim/opendkim-2.10.3-r2.ebuild | 4 ++-- mail-filter/opendkim/opendkim-2.10.3-r3.ebuild | 4 ++-- mail-filter/opendkim/opendkim-2.10.3.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mail-filter/opendkim/opendkim-2.10.3-r2.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r2.ebuild index cae5527aec2..83fbee2e61f 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r2.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -31,7 +31,7 @@ DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) 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-dns/unbound-1.4.1:= net-dns/dnssec-root ) !unbound? ( net-libs/ldns ) gnutls? ( >=net-libs/gnutls-2.11.7 )" diff --git a/mail-filter/opendkim/opendkim-2.10.3-r3.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r3.ebuild index 18f586f3be7..4b39b476cb3 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r3.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,7 +32,7 @@ DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) 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-dns/unbound-1.4.1:= net-dns/dnssec-root ) !unbound? ( net-libs/ldns ) gnutls? ( >=net-libs/gnutls-3.3 )" diff --git a/mail-filter/opendkim/opendkim-2.10.3.ebuild b/mail-filter/opendkim/opendkim-2.10.3.ebuild index 9e1f0e70218..19bee906d0e 100644 --- a/mail-filter/opendkim/opendkim-2.10.3.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -28,7 +28,7 @@ DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) 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-dns/unbound-1.4.1:= net-dns/dnssec-root ) !unbound? ( net-libs/ldns ) gnutls? ( >=net-libs/gnutls-2.11.7 )"