From: Ben Kohler Date: Tue, 5 Feb 2019 18:42:12 +0000 (-0600) Subject: sci-libs/rosetta-fragments: don't reference ${DISTDIR} in pkg_nofetch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6ecf0b9d21837f60108bc5463045506f16ca4ae0;p=gentoo.git sci-libs/rosetta-fragments: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Ben Kohler --- diff --git a/sci-libs/rosetta-fragments/rosetta-fragments-3.1-r1.ebuild b/sci-libs/rosetta-fragments/rosetta-fragments-3.1-r1.ebuild index 7f57da918ba9..3dff9b7585b2 100644 --- a/sci-libs/rosetta-fragments/rosetta-fragments-3.1-r1.ebuild +++ b/sci-libs/rosetta-fragments/rosetta-fragments-3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,7 +31,7 @@ PATCHES=( pkg_nofetch() { einfo "Go to ${HOMEPAGE} and get ${PN}.tgz and rename it to ${A}" - einfo "which must be placed in ${DISTDIR}" + einfo "which must be placed into your DISTDIR directory." } src_prepare() {