summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-19 18:24:28 +0100
committerRobin H. Johnson <robbat2@gentoo.org>2017-01-22 13:09:08 -0800
commita182366966eb1790e7044b9c2971dc99b14e4c3f (patch)
treeb8623f2482f36c848d08f5d911b58ee7c7d62f5b /net-misc/dhcp
parentnet-libs/libtirpc: remove unused patches (diff)
downloadgentoo-a182366966eb1790e7044b9c2971dc99b14e4c3f.tar.gz
gentoo-a182366966eb1790e7044b9c2971dc99b14e4c3f.tar.bz2
gentoo-a182366966eb1790e7044b9c2971dc99b14e4c3f.zip
net-misc/dhcp: remove unused patch
(cherry picked from commit 691b1d61072159fbb0ae1bdad2429bb00195742a) Fixes: https://github.com/gentoo/gentoo/pull/3542 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net-misc/dhcp')
-rw-r--r--net-misc/dhcp/files/dhcp-4.2.2-bind-disable.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-misc/dhcp/files/dhcp-4.2.2-bind-disable.patch b/net-misc/dhcp/files/dhcp-4.2.2-bind-disable.patch
deleted file mode 100644
index 4c7810e89b8e..000000000000
--- a/net-misc/dhcp/files/dhcp-4.2.2-bind-disable.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-we take care of building this ourselves in the ebuild so
-build settings are properly respected
-
---- dhcp-4.2.2/bind/Makefile
-+++ dhcp-4.2.2/bind/Makefile
-@@ -29,6 +29,7 @@
- bindsrcdir=bind-${version}
-
- all:
-+disable:
- # Extract the source from the tarball, if it hasn't been already.
- @if test -d ${bindsrcdir} ; then \
- echo ${bindsrcdir} already unpacked... ; \