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 5731B1382C5 for ; Sun, 8 Apr 2018 19:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89D01E0B06; Sun, 8 Apr 2018 19:26:59 +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 6286CE0B06 for ; Sun, 8 Apr 2018 19:26: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 022A5335C43 for ; Sun, 8 Apr 2018 19:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E3BC26D for ; Sun, 8 Apr 2018 19:26:56 +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: <1523215611.8a85d6a11fe101f93dbe99398e2affd4d38ca949.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.7.2-r3.ebuild X-VCS-Directories: app-metrics/collectd/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8a85d6a11fe101f93dbe99398e2affd4d38ca949 X-VCS-Branch: master Date: Sun, 8 Apr 2018 19:26:56 +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: 846af010-1529-413a-b6b3-69400a9306fc X-Archives-Hash: 39b39815d0443e1d70560347b1430b7f commit: 8a85d6a11fe101f93dbe99398e2affd4d38ca949 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Apr 8 19:26:03 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Apr 8 19:26:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a85d6a1 app-metrics/collectd: Fix type in ewarn Please ignore the following text (we are testing something): At Gentoo.org you can find Links to and other Gentoo websites. You will probably not find any links to external sites like . Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-metrics/collectd/collectd-5.7.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-metrics/collectd/collectd-5.7.2-r3.ebuild b/app-metrics/collectd/collectd-5.7.2-r3.ebuild index 090a6bb64c9..32854c2b44a 100644 --- a/app-metrics/collectd/collectd-5.7.2-r3.ebuild +++ b/app-metrics/collectd/collectd-5.7.2-r3.ebuild @@ -512,7 +512,7 @@ pkg_postinst() { else if has_version "sys-apps/systemd"; then # Bug 596852 - ewarn "Failed to update CapabilityBondingSet in '${systemd_unit}'" + ewarn "Failed to update CapabilityBoundingSet in '${systemd_unit}'" ewarn "because unit was not found. Please file a bug about this." fi fi