diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-08-23 22:51:56 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-03 00:56:07 +1000 |
commit | 712d53e16d55a3d6da803753528cdceac2ed3341 (patch) | |
tree | 63cc36a6cc6387552db0ba88b567ed226f209378 /sys-devel/icecream | |
parent | sci-biology/velvet: update make.conf path (diff) | |
download | gentoo-712d53e16d55a3d6da803753528cdceac2ed3341.tar.gz gentoo-712d53e16d55a3d6da803753528cdceac2ed3341.tar.bz2 gentoo-712d53e16d55a3d6da803753528cdceac2ed3341.zip |
sys-devel/icecream: update make.conf path
Diffstat (limited to 'sys-devel/icecream')
-rw-r--r-- | sys-devel/icecream/icecream-0.9.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/icecream/icecream-0.9.7-r1.ebuild b/sys-devel/icecream/icecream-0.9.7-r1.ebuild index dbac37a2a68c..03105d9b5c31 100644 --- a/sys-devel/icecream/icecream-0.9.7-r1.ebuild +++ b/sys-devel/icecream/icecream-0.9.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -67,7 +67,7 @@ pkg_postinst() { elog "ICECC_VERSION in /etc/conf.d/icecream" elog ' ICECC_VERSION=<filename_of_archive_containing_your_environment>' elog - elog "To use icecream with portage add the following line to /etc/make.conf" + elog "To use icecream with portage add the following line to /etc/portage/make.conf" elog ' PREROOTPATH=/usr/lib/icecc/bin' elog elog "To use icecream with normal make use (e.g. in /etc/profile)" |