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 BAAA2138335 for ; Sun, 2 Dec 2018 08:38:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9161E0958; Sun, 2 Dec 2018 08:38:30 +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 A63DAE0958 for ; Sun, 2 Dec 2018 08:38:30 +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 37461335C7D for ; Sun, 2 Dec 2018 08:38:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2282E4DA for ; Sun, 2 Dec 2018 08:38:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1543739896.c490307e1fed73d11892a8ba651843e093a5080c.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c490307e1fed73d11892a8ba651843e093a5080c X-VCS-Branch: master Date: Sun, 2 Dec 2018 08:38:26 +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: 9cdc7946-9a93-46ad-9c2a-9f490d0c8312 X-Archives-Hash: edec5d85070b4aaafe9d1bb40fe294f1 commit: c490307e1fed73d11892a8ba651843e093a5080c Author: Michał Górny gentoo org> AuthorDate: Sun Dec 2 08:33:55 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 2 08:38:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c490307e sys-devel/distcc: Use 'newenvd -' Signed-off-by: Michał Górny gentoo.org> sys-devel/distcc/distcc-3.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-devel/distcc/distcc-3.3.ebuild b/sys-devel/distcc/distcc-3.3.ebuild index aa78ecf5d2b..f7c6c521c1b 100644 --- a/sys-devel/distcc/distcc-3.3.ebuild +++ b/sys-devel/distcc/distcc-3.3.ebuild @@ -109,7 +109,7 @@ src_install() { fi doconfd "${T}/distccd" - cat > "${T}/02distcc" <<-EOF || die + newenvd - 02distcc <<-EOF || die # This file is managed by distcc-config; use it to change these settings. # DISTCC_LOG and DISTCC_DIR should not be set. DISTCC_VERBOSE="${DISTCC_VERBOSE:-0}" @@ -121,7 +121,6 @@ src_install() { DISTCC_ENABLE_DISCREPANCY_EMAIL="${DISTCC_ENABLE_DISCREPANCY_EMAIL}" DCC_EMAILLOG_WHOM_TO_BLAME="${DCC_EMAILLOG_WHOM_TO_BLAME}" EOF - doenvd "${T}/02distcc" keepdir /usr/lib/distcc