commit:     021ec7bab05ba0a1fd0997975c6eb84f260f10d7
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  5 20:46:20 2019 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Feb  5 20:55:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021ec7ba

sci-misc/mendeleydesktop: 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-misc/mendeleydesktop/mendeleydesktop-1.19.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.ebuild 
b/sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.ebuild
index f725c16531f..f7cb5882851 100644
--- a/sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.ebuild
+++ b/sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.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
@@ -54,7 +54,7 @@ PATCHES=(
 pkg_nofetch() {
        elog "Please download ${A} from:"
        elog "http://www.mendeley.com/download-mendeley-desktop/";
-       elog "and move it to ${DISTDIR}"
+       elog "and move it to your DISTDIR directory."
 }
 
 src_unpack() {

Reply via email to