summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-11-17 18:12:20 +0000
committerChristian Ruppert <idl0r@gentoo.org>2011-11-17 18:12:20 +0000
commit2f5df71e9e68ddfa1ccb330a81b19444bbdba5e7 (patch)
tree3c69029b2ab9a11a7bbd8c1b8563dd1e36f66962 /net-dns
parentRemove chainsaw and add x11 to maintainers, as per bug #385723 comment 8. (diff)
downloadgentoo-2-2f5df71e9e68ddfa1ccb330a81b19444bbdba5e7.tar.gz
gentoo-2-2f5df71e9e68ddfa1ccb330a81b19444bbdba5e7.tar.bz2
gentoo-2-2f5df71e9e68ddfa1ccb330a81b19444bbdba5e7.zip
Fix sdlz patching, thanks to Dessa who reported it via IRC.
(Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/bind/ChangeLog5
-rw-r--r--net-dns/bind/bind-9.8.1_p1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog
index 1bea7cca3b48..1c0e01767fd7 100644
--- a/net-dns/bind/ChangeLog
+++ b/net-dns/bind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dns/bind
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.356 2011/11/17 17:20:34 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.357 2011/11/17 18:12:20 idl0r Exp $
+
+ 17 Nov 2011; Christian Ruppert <idl0r@gentoo.org> bind-9.8.1_p1.ebuild:
+ Fix sdlz patching, thanks to Dessa who reported it via IRC.
*bind-9.8.1_p1 (17 Nov 2011)
*bind-9.7.4_p1 (17 Nov 2011)
diff --git a/net-dns/bind/bind-9.8.1_p1.ebuild b/net-dns/bind/bind-9.8.1_p1.ebuild
index fb13ea07b709..e3bdc3fdb058 100644
--- a/net-dns/bind/bind-9.8.1_p1.ebuild
+++ b/net-dns/bind/bind-9.8.1_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild,v 1.1 2011/11/17 17:20:34 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild,v 1.2 2011/11/17 18:12:20 idl0r Exp $
# Re dlz/mysql and threads, needs to be verified..
# MySQL uses thread local storage in its C api. Thus MySQL
@@ -90,7 +90,7 @@ src_prepare() {
if use dlz; then
# bug 382269
- epatch "${FILESDIR}/${P}-sdlz_helper.patch"
+ epatch "${FILESDIR}/${PN}-9.8.1-sdlz_helper.patch"
# bind fails to reconnect to MySQL5 databases, bug #180720, patch by Nicolas Brousse
# (http://www.shell-tips.com/2007/09/04/bind-950-patch-dlz-mysql-5-for-auto-reconnect/)