commit: 86d5b6d4a48972012ab2071965069e06fbae71b9
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 13:57:47 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 14:31:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d5b6d4
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 <bkohler <AT> gentoo.org>
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 e4546e584a1..ff45a40ffdb 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
}