Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/fdftk/
Date: Tue, 05 Feb 2019 06:35:04
Message-Id: 1549321308.1fcc8670c6390fc6bc8f4b378afcb43541b5563a.bkohler@gentoo
1 commit: 1fcc8670c6390fc6bc8f4b378afcb43541b5563a
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 23:01:48 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 23:01:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fcc8670
7
8 app-text/fdftk: 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 app-text/fdftk/fdftk-6.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/fdftk/fdftk-6.0-r1.ebuild b/app-text/fdftk/fdftk-6.0-r1.ebuild
17 index 32124da0c9d..d4f4935a36b 100644
18 --- a/app-text/fdftk/fdftk-6.0-r1.ebuild
19 +++ b/app-text/fdftk/fdftk-6.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=0
26 @@ -25,7 +25,7 @@ pkg_nofetch() {
27 einfo "1. Visit ${HOMEPAGE}"
28 einfo "2. Review EULA"
29 einfo "3. Download ${At}"
30 - einfo "4. Move ${At} to ${DISTDIR}"
31 + einfo "4. Move ${At} to your DISTDIR directory"
32 }
33
34 src_unpack() {