commit: b4cc40b593cb4501c581f097676c0421ac16d9e8
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 20 17:15:53 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Dec 20 17:15:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4cc40b5
games-action/shadowgrounds-bin: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild
b/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild
index 3a8863f6bb9..232160a4549 100644
--- a/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild
+++ b/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -36,7 +36,7 @@ QA_TEXTRELS_x86="`echo
${d#/}/lib32/lib{avcodec.so.51,avformat.so.52,avutil.so.4
QA_TEXTRELS_amd64=${QA_TEXTRELS_x86}
pkg_nofetch() {
- einfo "Fetch ${SRC_URI} and put it into ${DISTDIR}"
+ einfo "Fetch ${SRC_URI} and put it into your DISTDIR directory."
einfo "See http://www.humblebundle.com/ for more info."
}