Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/velvet/
Date: Sat, 02 Sep 2017 14:56:19
Message-Id: 1504364166.115947ebedac8742bad5b29b475bfb127f8f2788.kensington@gentoo
1 commit: 115947ebedac8742bad5b29b475bfb127f8f2788
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Wed Aug 23 20:46:27 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 14:56:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115947eb
7
8 sci-biology/velvet: update make.conf path
9
10 sci-biology/velvet/velvet-1.0.18-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sci-biology/velvet/velvet-1.0.18-r1.ebuild b/sci-biology/velvet/velvet-1.0.18-r1.ebuild
14 index 26c0ed072d3..4b7d1958cee 100644
15 --- a/sci-biology/velvet/velvet-1.0.18-r1.ebuild
16 +++ b/sci-biology/velvet/velvet-1.0.18-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2011 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=4
23 @@ -48,6 +48,6 @@ src_install() {
24 pkg_postinst() {
25 elog "To adjust the MAXKMERLENGTH or CATEGORIES parameters as described in the manual,"
26 elog "please set the variables VELVET_MAXKMERLENGTH or VELVET_CATEGORIES in your"
27 - elog "environment or /etc/make.conf, then re-emerge the package. For example:"
28 + elog "environment or /etc/portage/make.conf, then re-emerge the package. For example:"
29 elog " VELVET_MAXKMERLENGTH=NN emerge [options] velvet"
30 }