commit: 730e9ee0159451cb3d6700ed2ccce4647b8475aa
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 15:38:39 2015 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 15:38:39 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730e9ee0
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
sys-devel/distcc/distcc-3.1-r10.ebuild | 2 +-
sys-devel/distcc/distcc-3.2_rc1-r4.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-devel/distcc/distcc-3.1-r10.ebuild
b/sys-devel/distcc/distcc-3.1-r10.ebuild
index bb6f38b..f700ea2 100644
--- a/sys-devel/distcc/distcc-3.1-r10.ebuild
+++ b/sys-devel/distcc/distcc-3.1-r10.ebuild
@@ -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\""
diff --git a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
index 5dbdc16..88b8108 100644
--- a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
+++ b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
@@ -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\""