summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa M. Seelye <lisa@gentoo.org>2004-08-21 01:13:13 +0000
committerLisa M. Seelye <lisa@gentoo.org>2004-08-21 01:13:13 +0000
commit859d0329155c70641d394c190356fadb2da368fb (patch)
tree81dc64831035004c4c0179e69a3321ea9e273375 /sys-devel
parentenhanced the DESCRIPTION at the request of: Mishta Wookey <wookey@nakoma.co.u... (diff)
downloadgentoo-2-859d0329155c70641d394c190356fadb2da368fb.tar.gz
gentoo-2-859d0329155c70641d394c190356fadb2da368fb.tar.bz2
gentoo-2-859d0329155c70641d394c190356fadb2da368fb.zip
<@SpanKY> make the first line 'ipv6 does not work with distcc-2.17' ?
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/distcc/ChangeLog5
-rw-r--r--sys-devel/distcc/distcc-2.17.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog
index 5f13a6c9dbe4..fb5bad61614d 100644
--- a/sys-devel/distcc/ChangeLog
+++ b/sys-devel/distcc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/distcc
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.110 2004/08/20 20:08:49 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.111 2004/08/21 01:13:13 lisa Exp $
+
+ 20 Aug 2004; Lisa Seelye <lisa@gentoo.org> distcc-2.17.ebuild:
+ <@SpanKY> make the first line 'ipv6 does not work with distcc-2.17' ?
*distcc-2.17 (20 Aug 2004)
diff --git a/sys-devel/distcc/distcc-2.17.ebuild b/sys-devel/distcc/distcc-2.17.ebuild
index 71357cebae7d..36fa8104de29 100644
--- a/sys-devel/distcc/distcc-2.17.ebuild
+++ b/sys-devel/distcc/distcc-2.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.17.ebuild,v 1.1 2004/08/20 20:08:49 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.17.ebuild,v 1.2 2004/08/21 01:13:13 lisa Exp $
# If you change this in any way please email lisa@gentoo.org and make an
# entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye
@@ -66,9 +66,9 @@ src_compile() {
[ `gcc-major-version` -eq 2 ] && filter-lfs-flags
if use ipv6; then
+ ewarn "WARNING: ipv6 DOES NOT WORK with distcc-2.17! Aborting"
ewarn "To use IPV6 you must have IPV6 compiled into your kernel"
ewarn "either via a module or compiled code"
- ewarn "WARNING: ipv6 DOES NOT WORK with distcc-2.17! Aborting"
ewarn "You can recompile without ipv6 with: USE='-ipv6' emerge distcc"
myconf=" ${myconf} --enable-rfc2553 "
sleep 4s