Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/icecream/
Date: Sat, 02 Sep 2017 14:56:19
Message-Id: 1504364167.712d53e16d55a3d6da803753528cdceac2ed3341.kensington@gentoo
1 commit: 712d53e16d55a3d6da803753528cdceac2ed3341
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Wed Aug 23 20:51:56 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 14:56:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712d53e1
7
8 sys-devel/icecream: update make.conf path
9
10 sys-devel/icecream/icecream-0.9.7-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-devel/icecream/icecream-0.9.7-r1.ebuild b/sys-devel/icecream/icecream-0.9.7-r1.ebuild
14 index dbac37a2a68..03105d9b5c3 100644
15 --- a/sys-devel/icecream/icecream-0.9.7-r1.ebuild
16 +++ b/sys-devel/icecream/icecream-0.9.7-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2012 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 @@ -67,7 +67,7 @@ pkg_postinst() {
24 elog "ICECC_VERSION in /etc/conf.d/icecream"
25 elog ' ICECC_VERSION=<filename_of_archive_containing_your_environment>'
26 elog
27 - elog "To use icecream with portage add the following line to /etc/make.conf"
28 + elog "To use icecream with portage add the following line to /etc/portage/make.conf"
29 elog ' PREROOTPATH=/usr/lib/icecc/bin'
30 elog
31 elog "To use icecream with normal make use (e.g. in /etc/profile)"