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-libs/rosetta-db/
Date: Tue, 05 Feb 2019 18:46:26
Message-Id: 1549392311.32b1d4fb1a278fa00c12300fcd7dad3e02183230.bkohler@gentoo
1 commit: 32b1d4fb1a278fa00c12300fcd7dad3e02183230
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 18:41:32 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 18:45:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b1d4fb
7
8 sci-libs/rosetta-db: 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-libs/rosetta-db/rosetta-db-3.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/rosetta-db/rosetta-db-3.4.ebuild b/sci-libs/rosetta-db/rosetta-db-3.4.ebuild
17 index 3a9e83a354b..5854fc6b1d7 100644
18 --- a/sci-libs/rosetta-db/rosetta-db-3.4.ebuild
19 +++ b/sci-libs/rosetta-db/rosetta-db-3.4.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=6
26 @@ -23,7 +23,7 @@ S="${WORKDIR}"/${MY_PN}_database
27
28 pkg_nofetch() {
29 einfo "Go to ${HOMEPAGE} and get ${A}"
30 - einfo "which must be placed in ${DISTDIR}"
31 + einfo "which must be placed into your DISTDIR directory."
32 }
33
34 src_install() {