diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-07-28 20:12:56 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-07-28 20:12:56 +0000 |
commit | f830b6f43f0300664880052cfc3b569b47a37aad (patch) | |
tree | b398588a537d1f1616435305e6ac07a9a8f37103 /net-dns | |
parent | Fix KEYWORDS... (diff) | |
download | historical-f830b6f43f0300664880052cfc3b569b47a37aad.tar.gz historical-f830b6f43f0300664880052cfc3b569b47a37aad.tar.bz2 historical-f830b6f43f0300664880052cfc3b569b47a37aad.zip |
Add a comment for the libxml2 patch
Package-Manager: portage-2.1.10.65/cvs/Linux i686
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/bind/bind-9.9.1_p2-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index 5f1cc886329a..6044ac623bdc 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/bind # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.402 2012/07/28 20:06:32 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.403 2012/07/28 20:12:56 idl0r Exp $ + + 28 Jul 2012; Christian Ruppert <idl0r@gentoo.org> bind-9.9.1_p2-r1.ebuild: + Add a comment for the libxml2 patch *bind-9.9.1_p2-r1 (28 Jul 2012) diff --git a/net-dns/bind/bind-9.9.1_p2-r1.ebuild b/net-dns/bind/bind-9.9.1_p2-r1.ebuild index 051d10c89135..9629acb82693 100644 --- a/net-dns/bind/bind-9.9.1_p2-r1.ebuild +++ b/net-dns/bind/bind-9.9.1_p2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p2-r1.ebuild,v 1.1 2012/07/28 20:06:32 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p2-r1.ebuild,v 1.2 2012/07/28 20:12:56 idl0r Exp $ # Re dlz/mysql and threads, needs to be verified.. # MySQL uses thread local storage in its C api. Thus MySQL @@ -124,6 +124,7 @@ src_prepare() { epatch ${GEOIP_PATCH_A} fi + # bug 425170 epatch "${FILESDIR}"/bind-libxml2-2.8.x.patch # Disable tests for now, bug 406399 |