diff options
Diffstat (limited to 'sys-devel/distcc/distcc-2.7.1.ebuild')
-rw-r--r-- | sys-devel/distcc/distcc-2.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/distcc/distcc-2.7.1.ebuild b/sys-devel/distcc/distcc-2.7.1.ebuild index 684487d49aa4..d1f3f894b1b2 100644 --- a/sys-devel/distcc/distcc-2.7.1.ebuild +++ b/sys-devel/distcc/distcc-2.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.7.1.ebuild,v 1.2 2003/07/11 02:07:15 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.7.1.ebuild,v 1.3 2003/07/15 00:38:39 lisa Exp $ inherit eutils gcc flag-o-matic [ `gcc-major-version` -eq 2 ] && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE @@ -114,7 +114,7 @@ pkg_postinst() { echo "" einfo "To use the distccmon programs with Gentoo you should use this command:" einfo " sudo -H -u portage distccmon-text OR sudo -H -u portage distccmon-gnome" - ewarn "See \"http://wiki.dev.gentoo.org/gentoo/moin.cgi/UsingDistcc\" for information." + ewarn "See \"http://dev.gentoo.org/~lisa/distcc/distcc.html\" for information." } #pkg_prerm() { |