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/lsiutil/
Date: Tue, 05 Feb 2019 06:35:06
Message-Id: 1549321178.5d3fbab7a19ea201f78038ada81c764491a3c90e.bkohler@gentoo
1 commit: 5d3fbab7a19ea201f78038ada81c764491a3c90e
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 22:59:38 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 22:59:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3fbab7
7
8 sys-block/lsiutil: don't reference ${DISTDIR} in pkg_nofetch
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 sys-block/lsiutil/lsiutil-1.62-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-block/lsiutil/lsiutil-1.62-r1.ebuild b/sys-block/lsiutil/lsiutil-1.62-r1.ebuild
17 index 808c32416d9..143ae1b0c3f 100644
18 --- a/sys-block/lsiutil/lsiutil-1.62-r1.ebuild
19 +++ b/sys-block/lsiutil/lsiutil-1.62-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -26,7 +26,7 @@ S="${WORKDIR}"
27 pkg_nofetch() {
28 einfo "Upstream has implemented 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 into your DISTDIR directory"
32 }
33
34 src_install() {