From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1677567-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 63D3015807A
	for <garchives@archives.gentoo.org>; Mon,  7 Oct 2024 19:18:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8ACFDE29E7;
	Mon,  7 Oct 2024 19:18:34 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 77149E29E7
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Oct 2024 19:18:34 +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 BEE06343122
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Oct 2024 19:18:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E1E11293
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Oct 2024 19:18:32 +0000 (UTC)
From: "Mike Gilbert" <floppym@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, "Mike Gilbert" <floppym@gentoo.org>
Message-ID: <1728328619.ac6f475057992d0fd098f9fbf66f559aa572e9dd.floppym@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.4-r4.ebuild
X-VCS-Directories: sys-devel/distcc/
X-VCS-Committer: floppym
X-VCS-Committer-Name: Mike Gilbert
X-VCS-Revision: ac6f475057992d0fd098f9fbf66f559aa572e9dd
X-VCS-Branch: master
Date: Mon,  7 Oct 2024 19:18:32 +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: 7fe738a3-c6ef-4067-814c-9b247ca030d7
X-Archives-Hash: cf1e1ca755b4cb2eae5215d3137de98f

commit:     ac6f475057992d0fd098f9fbf66f559aa572e9dd
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 19:16:59 2024 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 19:16:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6f4750

sys-devel/distcc: add comment documenting /usr/lib/distcc/* symlinks

Bug: https://bugs.gentoo.org/650986
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-devel/distcc/distcc-3.4-r4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-devel/distcc/distcc-3.4-r4.ebuild b/sys-devel/distcc/distcc-3.4-r4.ebuild
index fa9412b016c3..cdc4f075619c 100644
--- a/sys-devel/distcc/distcc-3.4-r4.ebuild
+++ b/sys-devel/distcc/distcc-3.4-r4.ebuild
@@ -153,6 +153,7 @@ src_install() {
 
 	insinto /usr/share/shadowman/tools
 	newins - distcc <<<"${EPREFIX}/usr/lib/distcc/bin"
+	# Dummy symlinks to distccd to satisfy command whitelist, bug 650986
 	newins - distccd <<<"${EPREFIX}/usr/lib/distcc"
 
 	rm -r "${ED}/etc/default" || die