Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/pdsh/
Date: Sat, 02 Sep 2017 14:56:19
Message-Id: 1504364166.a88bd3b34ce5b2650ff756bbf9ceb33498ca9fc1.kensington@gentoo
1 commit: a88bd3b34ce5b2650ff756bbf9ceb33498ca9fc1
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Tue Aug 22 21:10:16 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 14:56:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88bd3b3
7
8 app-shells/pdsh: update make.conf path
9
10 app-shells/pdsh/pdsh-2.18-r1.ebuild | 4 ++--
11 app-shells/pdsh/pdsh-2.26.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/app-shells/pdsh/pdsh-2.18-r1.ebuild b/app-shells/pdsh/pdsh-2.18-r1.ebuild
15 index 2f8753dfef7..3ac352ca84a 100644
16 --- a/app-shells/pdsh/pdsh-2.18-r1.ebuild
17 +++ b/app-shells/pdsh/pdsh-2.18-r1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="2"
24 @@ -38,7 +38,7 @@ pkg_setup() {
25
26 elog "Building ${PF} with the following modules:"
27 elog " ${PDSH_MODULE_LIST}"
28 - elog "This list can be changed in /etc/make.conf by setting"
29 + elog "This list can be changed in /etc/portage/make.conf by setting"
30 elog "PDSH_MODULE_LIST=\"module1 module2...\""
31 }
32
33
34 diff --git a/app-shells/pdsh/pdsh-2.26.ebuild b/app-shells/pdsh/pdsh-2.26.ebuild
35 index e3e76ea2ed8..e67fe3b5f24 100644
36 --- a/app-shells/pdsh/pdsh-2.26.ebuild
37 +++ b/app-shells/pdsh/pdsh-2.26.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2014 Gentoo Foundation
40 +# Copyright 1999-2017 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI="2"
44 @@ -32,7 +32,7 @@ pkg_setup() {
45
46 elog "Building ${PF} with the following modules:"
47 elog " ${PDSH_MODULE_LIST}"
48 - elog "This list can be changed in /etc/make.conf by setting"
49 + elog "This list can be changed in /etc/portage/make.conf by setting"
50 elog "PDSH_MODULE_LIST=\"module1 module2...\""
51 }