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 B7DE91382C5 for ; Mon, 12 Apr 2021 18:15:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F11A2E09C2; Mon, 12 Apr 2021 18:14:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DBE22E09C2 for ; Mon, 12 Apr 2021 18:14:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0329A340E82 for ; Mon, 12 Apr 2021 18:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C066646 for ; Mon, 12 Apr 2021 18:14:54 +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: <1618251282.4542132e4bcb1cde7014c1c5138a5cb9ad2f5113.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/collectd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-metrics/collectd/collectd-5.12.0-r1.ebuild X-VCS-Directories: app-metrics/collectd/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 4542132e4bcb1cde7014c1c5138a5cb9ad2f5113 X-VCS-Branch: master Date: Mon, 12 Apr 2021 18:14:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 20bf2d0b-aa2d-488c-81eb-468c5f6c5cf9 X-Archives-Hash: bdf09ff0b6c33dd90252307d32fada56 commit: 4542132e4bcb1cde7014c1c5138a5cb9ad2f5113 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Apr 12 18:04:26 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Apr 12 18:14:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4542132e app-metrics/collectd: subscribe to net-libs/libesmtp subslot Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> app-metrics/collectd/collectd-5.12.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-metrics/collectd/collectd-5.12.0-r1.ebuild b/app-metrics/collectd/collectd-5.12.0-r1.ebuild index 284f99fa470..1c16631dc94 100644 --- a/app-metrics/collectd/collectd-5.12.0-r1.ebuild +++ b/app-metrics/collectd/collectd-5.12.0-r1.ebuild @@ -119,7 +119,7 @@ COMMON_DEPEND=" collectd_plugins_netlink? ( net-libs/libmnl ) collectd_plugins_nginx? ( net-misc/curl:0= ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) - collectd_plugins_notify_email? ( net-libs/libesmtp ) + collectd_plugins_notify_email? ( net-libs/libesmtp:= ) collectd_plugins_nut? ( >=sys-power/nut-2.7.2-r2 ) collectd_plugins_openldap? ( net-nds/openldap ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic )