commit: a88bd3b34ce5b2650ff756bbf9ceb33498ca9fc1
Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Tue Aug 22 21:10:16 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 2 14:56:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88bd3b3
app-shells/pdsh: update make.conf path
app-shells/pdsh/pdsh-2.18-r1.ebuild | 4 ++--
app-shells/pdsh/pdsh-2.26.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-shells/pdsh/pdsh-2.18-r1.ebuild
b/app-shells/pdsh/pdsh-2.18-r1.ebuild
index 2f8753dfef7..3ac352ca84a 100644
--- a/app-shells/pdsh/pdsh-2.18-r1.ebuild
+++ b/app-shells/pdsh/pdsh-2.18-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
@@ -38,7 +38,7 @@ pkg_setup() {
elog "Building ${PF} with the following modules:"
elog " ${PDSH_MODULE_LIST}"
- elog "This list can be changed in /etc/make.conf by setting"
+ elog "This list can be changed in /etc/portage/make.conf by setting"
elog "PDSH_MODULE_LIST=\"module1 module2...\""
}
diff --git a/app-shells/pdsh/pdsh-2.26.ebuild b/app-shells/pdsh/pdsh-2.26.ebuild
index e3e76ea2ed8..e67fe3b5f24 100644
--- a/app-shells/pdsh/pdsh-2.26.ebuild
+++ b/app-shells/pdsh/pdsh-2.26.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
@@ -32,7 +32,7 @@ pkg_setup() {
elog "Building ${PF} with the following modules:"
elog " ${PDSH_MODULE_LIST}"
- elog "This list can be changed in /etc/make.conf by setting"
+ elog "This list can be changed in /etc/portage/make.conf by setting"
elog "PDSH_MODULE_LIST=\"module1 module2...\""
}