summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-11-23 01:28:57 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-11-23 01:28:57 +0000
commit019ef2e4133f6e1c13b01b68c23ccce2cfc8cc04 (patch)
tree008bb6350425725df62239aa6d07c9296e1f0cae /net-proxy
parentNew version for testing only (diff)
downloadgentoo-2-019ef2e4133f6e1c13b01b68c23ccce2cfc8cc04.tar.gz
gentoo-2-019ef2e4133f6e1c13b01b68c23ccce2cfc8cc04.tar.bz2
gentoo-2-019ef2e4133f6e1c13b01b68c23ccce2cfc8cc04.zip
Removed the --disable-internal-dns directive on amd64, closes bug 110740.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/squid/ChangeLog5
-rw-r--r--net-proxy/squid/squid-2.5.11.ebuild4
2 files changed, 5 insertions, 4 deletions
diff --git a/net-proxy/squid/ChangeLog b/net-proxy/squid/ChangeLog
index 769546c00eb2..9a25c9ca207b 100644
--- a/net-proxy/squid/ChangeLog
+++ b/net-proxy/squid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-proxy/squid
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.49 2005/10/23 00:13:31 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.50 2005/11/23 01:28:57 cryos Exp $
+
+ 23 Nov 2005; Marcus D. Hanwell <cryos@gentoo.org> squid-2.5.11.ebuild:
+ Removed the --disable-internal-dns directive on amd64, closes bug 110740.
23 Oct 2005; Marcus D. Hanwell <cryos@gentoo.org> squid-2.5.11.ebuild:
Stable on amd64, bug 109827.
diff --git a/net-proxy/squid/squid-2.5.11.ebuild b/net-proxy/squid/squid-2.5.11.ebuild
index e7119073bdfd..563685f9b86e 100644
--- a/net-proxy/squid/squid-2.5.11.ebuild
+++ b/net-proxy/squid/squid-2.5.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-2.5.11.ebuild,v 1.6 2005/10/23 00:13:31 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-2.5.11.ebuild,v 1.7 2005/11/23 01:28:57 cryos Exp $
inherit eutils pam toolchain-funcs
@@ -82,8 +82,6 @@ src_compile() {
use snmp && myconf="${myconf} --enable-snmp" || myconf="${myconf} --disable-snmp"
use ssl && myconf="${myconf} --enable-ssl" || myconf="${myconf} --disable-ssl"
- use amd64 && myconf="${myconf} --disable-internal-dns "
-
if use underscores; then
ewarn "Enabling underscores in domain names will result in dns resolution"
ewarn "failure if your local DNS client (probably bind) is not compatible."