sys-devel/distcc: fix documentation path

Documentation about using distcc in Gentoo were moved to wiki,
fix apropriate URLs

Gentoo-Bug: 534502

Package-Manager: portage-2.2.20
This commit is contained in:
Sergey Popov
2015-10-22 18:38:39 +03:00
parent b64eb2f7af
commit 730e9ee015
2 changed files with 2 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ pkg_postinst() {
fi
elog
elog "Tips on using distcc with Gentoo can be found at"
elog "https://www.gentoo.org/doc/en/distcc.xml"
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\""

View File

@@ -170,7 +170,7 @@ pkg_postinst() {
elog
elog "Tips on using distcc with Gentoo can be found at"
elog "https://www.gentoo.org/doc/en/distcc.xml"
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\""