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