From 65069b8f3672f4fdd94c5136d86ce5d3d1ec4963 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Tue, 5 Feb 2019 13:37:44 -0600 Subject: app-emulation/crossover-bin: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Ben Kohler --- app-emulation/crossover-bin/crossover-bin-15.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-emulation/crossover-bin/crossover-bin-15.0.1.ebuild') diff --git a/app-emulation/crossover-bin/crossover-bin-15.0.1.ebuild b/app-emulation/crossover-bin/crossover-bin-15.0.1.ebuild index 15d9857da0c3..5c2cc64229ab 100644 --- a/app-emulation/crossover-bin/crossover-bin-15.0.1.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-15.0.1.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=5 @@ -79,7 +79,7 @@ RDEPEND="${DEPEND} pkg_nofetch() { einfo "Please visit ${HOMEPAGE}" - einfo "and place ${A} in ${DISTDIR}" + einfo "and place ${A} into your DISTDIR directory" } src_unpack() { -- cgit v1.2.3-65-gdbad