diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-03-11 11:04:02 +0100 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-03-11 11:04:22 +0100 |
commit | 9d8f714441e595d47c7672e45934877fadc05273 (patch) | |
tree | 0206e881c86da5b7ba3eb26a79d6c5edf9460b3b /net-dns/bind-tools | |
parent | sys-apps/grep: Removed old. (diff) | |
download | gentoo-9d8f714441e595d47c7672e45934877fadc05273.tar.gz gentoo-9d8f714441e595d47c7672e45934877fadc05273.tar.bz2 gentoo-9d8f714441e595d47c7672e45934877fadc05273.zip |
net-dns/bind-tools: Fix patch name #577006
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-dns/bind-tools')
-rw-r--r-- | net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild b/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild index 08d7816d06e9..65e0a877337f 100644 --- a/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild +++ b/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild @@ -47,7 +47,7 @@ RESTRICT="test" src_prepare() { epatch "${FILESDIR}"/${PN}-9.5.0_p1-lwconfig.patch #231247 epatch "${FILESDIR}"/${PN}-9.10.2-openssl.patch #417129 - epatch "${FILESDIR}"/${P}-libressl.patch #563648 + epatch "${FILESDIR}"/${PN}-9.10.3_p2-libressl.patch #563648 # Disable tests for now, bug 406399 sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die |