diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2017-06-26 11:03:25 +0200 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2017-06-26 11:03:25 +0200 |
commit | e82ae4a24c40537d3c4bcc08eb4e61f8a93b9112 (patch) | |
tree | 30e036b844fce4df10cb6fc9a172be60ed988182 /net-dns | |
parent | net-dns/bind: 9.11.1-P1 still needs the patch from bug 600212 (diff) | |
download | gentoo-e82ae4a24c40537d3c4bcc08eb4e61f8a93b9112.tar.gz gentoo-e82ae4a24c40537d3c4bcc08eb4e61f8a93b9112.tar.bz2 gentoo-e82ae4a24c40537d3c4bcc08eb4e61f8a93b9112.zip |
net-dns/bind-tools: 9.11.1-P1 still needs the patch from bug 600212
Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild b/net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild index 959489a8b658..077b2634df9a 100644 --- a/net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild +++ b/net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild @@ -44,6 +44,9 @@ S="${WORKDIR}/${MY_P}" RESTRICT="test" src_prepare() { + # bug 600212 + epatch "${FILESDIR}"/${PN}-9.11.0_p5-dyndb-dlopen.patch + epatch "${FILESDIR}"/${PN}-9.5.0_p1-lwconfig.patch #231247 # Disable tests for now, bug 406399 |