From 7ed650e78de908a1850cb87619b4b36d4b3e544e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 8 Dec 2018 18:49:06 +0100 Subject: sys-devel/distcc: Discourage distcc-pump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-devel/distcc/distcc-3.2_rc1-r5.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys-devel/distcc/distcc-3.2_rc1-r5.ebuild') diff --git a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild index 7ce1fa8b8124..58a62383bae2 100644 --- a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild +++ b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild @@ -166,10 +166,8 @@ pkg_postinst() { elog "Tips on using distcc with Gentoo can be found at" elog "https://wiki.gentoo.org/wiki/Distcc" elog - elog "How to use pump mode with Gentoo:" - elog "# distcc-config --set-hosts \"foo,cpp,lzo bar,cpp,lzo baz,cpp,lzo\"" - elog "# echo 'FEATURES=\"\${FEATURES} distcc distcc-pump\"' >> /etc/portage/make.conf" - elog "# emerge -u world" + elog "distcc-pump is known to cause breakage with multiple packages." + elog "Do NOT enable it globally." elog elog "To use the distccmon programs with Gentoo you should use this command:" elog "# DISTCC_DIR=\"${DISTCC_DIR:-${BUILD_PREFIX}/.distcc}\" distccmon-text 5" -- cgit v1.2.3-18-g5258