commit: 207f91c6d7009bccefafea108d00553ef21a5cdf
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 5 18:06:09 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Feb 5 18:07:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207f91c6
sci-biology/consed: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
sci-biology/consed/consed-29.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-biology/consed/consed-29.ebuild
b/sci-biology/consed/consed-29.ebuild
index d5417e31028..32eba4cb16d 100644
--- a/sci-biology/consed/consed-29.ebuild
+++ b/sci-biology/consed/consed-29.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -45,10 +45,10 @@ PATCHES=(
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE} and obtain the file"
einfo "\"sources.tar.gz\", then rename it to \"${P}-sources.tar.gz\""
- einfo "and place it in ${DISTDIR},"
+ einfo "and place it into your DISTDIR directory,"
einfo "obtain the file"
einfo "\"consed_linux.tar.gz\", then rename it to \"${P}-linux.tar.gz\""
- einfo "and place it in ${DISTDIR}"
+ einfo "and place it into your DISTDIR directory."
}
src_prepare() {