Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcp/files/
Date: Sat, 10 Aug 2019 14:52:25
Message-Id: 1565448267.48bd2e6f11fc9f2c113c854139c427e5067974ca.bman@gentoo
1 commit: 48bd2e6f11fc9f2c113c854139c427e5067974ca
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 1 16:53:59 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 14:44:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48bd2e6f
7
8 net-misc/dhcp: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/12593
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 net-misc/dhcp/files/dhcp-4.3.6-lmdb-removal.patch | 12 ------------
15 1 file changed, 12 deletions(-)
16
17 diff --git a/net-misc/dhcp/files/dhcp-4.3.6-lmdb-removal.patch b/net-misc/dhcp/files/dhcp-4.3.6-lmdb-removal.patch
18 deleted file mode 100644
19 index 6f80d7401f5..00000000000
20 --- a/net-misc/dhcp/files/dhcp-4.3.6-lmdb-removal.patch
21 +++ /dev/null
22 @@ -1,12 +0,0 @@
23 -diff -uNr dhcp-4.3.6.ORIG/bind/Makefile.in dhcp-4.3.6/bind/Makefile.in
24 ---- dhcp-4.3.6.ORIG/bind/Makefile.in 2017-09-19 23:37:59.459485673 +0100
25 -+++ dhcp-4.3.6/bind/Makefile.in 2017-09-19 23:38:19.970484566 +0100
26 -@@ -28,7 +28,7 @@
27 -
28 - bindconfig = --disable-kqueue --disable-epoll --disable-devpoll \
29 - --without-openssl --without-libxml2 --enable-exportlib \
30 -- --with-gssapi=no --enable-threads=no --without-lmdb @BINDCONFIG@ \
31 -+ --with-gssapi=no --enable-threads=no @BINDCONFIG@ \
32 - --with-export-includedir=${binddir}/include \
33 - --with-export-libdir=${binddir}/lib
34 -