Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/phred/
Date: Tue, 05 Feb 2019 18:08:17
Message-Id: 1549390061.785201c189534fff061b42c143f0cf25799f2e43.bkohler@gentoo
1 commit: 785201c189534fff061b42c143f0cf25799f2e43
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 18:06:57 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 18:07:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785201c1
7
8 sci-biology/phred: 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 sci-biology/phred/phred-071220-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-biology/phred/phred-071220-r1.ebuild b/sci-biology/phred/phred-071220-r1.ebuild
17 index e09c456b27d..bf7a0c7338c 100644
18 --- a/sci-biology/phred/phred-071220-r1.ebuild
19 +++ b/sci-biology/phred/phred-071220-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -27,7 +27,7 @@ PATCHES=(
27
28 pkg_nofetch() {
29 einfo "Please visit ${HOMEPAGE} and obtain the file"
30 - einfo "${SRC_URI}, then place it in ${DISTDIR}"
31 + einfo "${SRC_URI}, then place it into your DISTDIR directory."
32 }
33
34 src_compile() {