Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/
Date: Sun, 02 Dec 2018 08:38:32
Message-Id: 1543739896.c490307e1fed73d11892a8ba651843e093a5080c.mgorny@gentoo
1 commit: c490307e1fed73d11892a8ba651843e093a5080c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 08:33:55 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 08:38:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c490307e
7
8 sys-devel/distcc: Use 'newenvd -'
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/distcc/distcc-3.3.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sys-devel/distcc/distcc-3.3.ebuild b/sys-devel/distcc/distcc-3.3.ebuild
16 index aa78ecf5d2b..f7c6c521c1b 100644
17 --- a/sys-devel/distcc/distcc-3.3.ebuild
18 +++ b/sys-devel/distcc/distcc-3.3.ebuild
19 @@ -109,7 +109,7 @@ src_install() {
20 fi
21 doconfd "${T}/distccd"
22
23 - cat > "${T}/02distcc" <<-EOF || die
24 + newenvd - 02distcc <<-EOF || die
25 # This file is managed by distcc-config; use it to change these settings.
26 # DISTCC_LOG and DISTCC_DIR should not be set.
27 DISTCC_VERBOSE="${DISTCC_VERBOSE:-0}"
28 @@ -121,7 +121,6 @@ src_install() {
29 DISTCC_ENABLE_DISCREPANCY_EMAIL="${DISTCC_ENABLE_DISCREPANCY_EMAIL}"
30 DCC_EMAILLOG_WHOM_TO_BLAME="${DCC_EMAILLOG_WHOM_TO_BLAME}"
31 EOF
32 - doenvd "${T}/02distcc"
33
34 keepdir /usr/lib/distcc