Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/megamgr/
Date: Tue, 18 Dec 2018 21:24:51
Message-Id: 1545168253.0422bbdab028a7bf9cfebb995e1529fa16765ce8.bkohler@gentoo
1 commit: 0422bbdab028a7bf9cfebb995e1529fa16765ce8
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 18 21:23:59 2018 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 18 21:24:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0422bbda
7
8 sys-block/megamgr: don't reference ${DISTDIR} in pkg_nofetch
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 sys-block/megamgr/megamgr-5.20-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-block/megamgr/megamgr-5.20-r2.ebuild b/sys-block/megamgr/megamgr-5.20-r2.ebuild
17 index 1ebc56400d1..7688cadd9b6 100644
18 --- a/sys-block/megamgr/megamgr-5.20-r2.ebuild
19 +++ b/sys-block/megamgr/megamgr-5.20-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -25,7 +25,7 @@ QA_PRESTRIPPED="/opt/bin/megamgr"
27 pkg_nofetch() {
28 einfo "Upstream has implement a mandatory clickthrough EULA for distfile download"
29 einfo "Please visit ${SRC_URI}"
30 - einfo "And place ${A} in ${DISTDIR}"
31 + einfo "And place ${A} in your DISTDIR directory"
32 }
33
34 src_install() {