From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1011142-garchives=archives.gentoo.org@lists.gentoo.org>
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 E63101382C5
	for <garchives@archives.gentoo.org>; Tue, 20 Mar 2018 15:23:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A98EFE09B4;
	Tue, 20 Mar 2018 15:23:24 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 7E583E09B4
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Mar 2018 15:23:23 +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 C72D2335C09
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Mar 2018 15:23:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ED389216
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Mar 2018 15:23:19 +0000 (UTC)
From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1521559337.29e81916409fcfe48fa7085589283f5179f38bce.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-devel/distcc/distcc-3.3.ebuild
X-VCS-Directories: sys-devel/distcc/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 29e81916409fcfe48fa7085589283f5179f38bce
X-VCS-Branch: master
Date: Tue, 20 Mar 2018 15:23:19 +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-Archives-Salt: 9cd18d60-413d-4b5c-8247-559dbb192112
X-Archives-Hash: 2f6aa48747123960e73bf0164d95a8be

commit:     29e81916409fcfe48fa7085589283f5179f38bce
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 15:22:17 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 15:22:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e81916

sys-devel/distcc: Fix elog message.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-devel/distcc/distcc-3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/distcc/distcc-3.3.ebuild b/sys-devel/distcc/distcc-3.3.ebuild
index b088b559a6a..d2216d7fe2d 100644
--- a/sys-devel/distcc/distcc-3.3.ebuild
+++ b/sys-devel/distcc/distcc-3.3.ebuild
@@ -179,7 +179,7 @@ pkg_postinst() {
 	elog "***SECURITY NOTICE***"
 	elog "Since distcc-3.3, whitelist is used for what distccd could execute. The whilelist"
 	elog "has been generated by compiler-shadow distccd.  To revert to the old behavior, "
-	elog "you need to pass --make-me-a-botnet to distccd in elog /etc/conf.d/distccd."
+	elog "you need to pass --make-me-a-botnet to distccd in /etc/conf.d/distccd."
 	elog "Cf. https://github.com/distcc/distcc/pull/243."
 }