commit:     f31f7f97152a6ae38da20d99abf8943a3a3a482b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 08:09:55 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 08:09:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31f7f97

games-board/tablebase-syzygy: The DISTDIR variable is not valid in pkg_* phases.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213.ebuild 
b/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213.ebuild
index bf68d8b2030..6a9ea68aa70 100644
--- a/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213.ebuild
+++ b/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213.ebuild
@@ -46,8 +46,8 @@ CHECKREQS_DISK_BUILD="${CHECKREQS_DISK_USR}"
 pkg_nofetch() {
        einfo "Due to their large size, fetching the Syzygy Endgame Tablebases"
        einfo "via BitTorrent is recommended: 
http://oics.olympuschess.com/tracker/";
-       einfo "After downloading, place all K*.rtbw and K*.rtbz files in"
-       einfo "${DISTDIR}."
+       einfo "After downloading, place all K*.rtbw and K*.rtbz files in your"
+       einfo "DISTDIR directory."
        einfo "(For the 6-pieces tablebases, there should be" \
                  "$(echo ${A} | wc -w) files in total.)"
 }

Reply via email to