commit: 32b1d4fb1a278fa00c12300fcd7dad3e02183230
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 5 18:41:32 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Feb 5 18:45:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b1d4fb
sci-libs/rosetta-db: 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-libs/rosetta-db/rosetta-db-3.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/rosetta-db/rosetta-db-3.4.ebuild
b/sci-libs/rosetta-db/rosetta-db-3.4.ebuild
index 3a9e83a354b..5854fc6b1d7 100644
--- a/sci-libs/rosetta-db/rosetta-db-3.4.ebuild
+++ b/sci-libs/rosetta-db/rosetta-db-3.4.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
@@ -23,7 +23,7 @@ S="${WORKDIR}"/${MY_PN}_database
pkg_nofetch() {
einfo "Go to ${HOMEPAGE} and get ${A}"
- einfo "which must be placed in ${DISTDIR}"
+ einfo "which must be placed into your DISTDIR directory."
}
src_install() {