diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-08-23 22:46:27 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-03 00:56:06 +1000 |
commit | 115947ebedac8742bad5b29b475bfb127f8f2788 (patch) | |
tree | 29e4886c28c10535a3b16c4bbb1372575f69af02 /sci-biology | |
parent | app-shells/pdsh: update make.conf path (diff) | |
download | gentoo-115947ebedac8742bad5b29b475bfb127f8f2788.tar.gz gentoo-115947ebedac8742bad5b29b475bfb127f8f2788.tar.bz2 gentoo-115947ebedac8742bad5b29b475bfb127f8f2788.zip |
sci-biology/velvet: update make.conf path
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/velvet/velvet-1.0.18-r1.ebuild | 4 |
1 files 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 26c0ed072d37..4b7d1958cee6 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" } |