From 86d5b6d4a48972012ab2071965069e06fbae71b9 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Wed, 19 Dec 2018 07:57:47 -0600 Subject: [PATCH] games-arcade/aquaria: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Ben Kohler --- games-arcade/aquaria/aquaria-1.1.3-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild b/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild index e4546e584a1f8..ff45a40ffdbac 100644 --- a/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild +++ b/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -26,7 +26,8 @@ QA_PREBUILT="${dir#/}/aquaria" pkg_nofetch() { echo - elog "Download ${SRC_URI} from ${HOMEPAGE} and place it in ${DISTDIR}" + elog "Download ${SRC_URI} from ${HOMEPAGE} and place it into" + elog "your DISTDIR directory." echo }