Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/
Date: Thu, 02 Jul 2020 18:36:01
Message-Id: 1593714919.fae730c18bbb9bce2b2fb0bea4be5d089e8c4ead.swegener@gentoo
1 commit: fae730c18bbb9bce2b2fb0bea4be5d089e8c4ead
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 18:34:35 2020 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 18:35:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae730c1
7
8 net-dns/pdns-recursor: Re-add the patches from 4.3.1 to 4.3.2
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.23
11 Closes: https://bugs.gentoo.org/730430
12 Closes: https://bugs.gentoo.org/730460
13 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
14
15 net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild | 5 +++++
16 1 file changed, 5 insertions(+)
17
18 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild
19 index 0806261b1f4..67678c3bb63 100644
20 --- a/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild
21 +++ b/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild
22 @@ -36,6 +36,11 @@ BDEPEND="virtual/pkgconfig"
23
24 S="${WORKDIR}"/${P/_/-}
25
26 +PATCHES=(
27 + "${FILESDIR}"/${PN}-4.3.1-boost-1.73.0.patch
28 + "${FILESDIR}"/${PN}-4.3.1-gcc-10.patch
29 +)
30 +
31 pkg_setup() {
32 filter-flags -ftree-vectorize
33 }