From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB51D138359 for ; Thu, 2 Jul 2020 18:36:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA69AE0916; Thu, 2 Jul 2020 18:36:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEC59E0916 for ; Thu, 2 Jul 2020 18:36:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69CD534EECA for ; Thu, 2 Jul 2020 18:35:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48D2A2C4 for ; Thu, 2 Jul 2020 18:35:54 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1593714919.fae730c18bbb9bce2b2fb0bea4be5d089e8c4ead.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: fae730c18bbb9bce2b2fb0bea4be5d089e8c4ead X-VCS-Branch: master Date: Thu, 2 Jul 2020 18:35:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1bffc8b3-1451-4ae9-bbcb-c3b5b1173719 X-Archives-Hash: 4709904f5499b2422a78d12455eb0eb8 commit: fae730c18bbb9bce2b2fb0bea4be5d089e8c4ead Author: Sven Wegener gentoo org> AuthorDate: Thu Jul 2 18:34:35 2020 +0000 Commit: Sven Wegener gentoo org> CommitDate: Thu Jul 2 18:35:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae730c1 net-dns/pdns-recursor: Re-add the patches from 4.3.1 to 4.3.2 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Closes: https://bugs.gentoo.org/730430 Closes: https://bugs.gentoo.org/730460 Signed-off-by: Sven Wegener gentoo.org> net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild index 0806261b1f4..67678c3bb63 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild @@ -36,6 +36,11 @@ BDEPEND="virtual/pkgconfig" S="${WORKDIR}"/${P/_/-} +PATCHES=( + "${FILESDIR}"/${PN}-4.3.1-boost-1.73.0.patch + "${FILESDIR}"/${PN}-4.3.1-gcc-10.patch +) + pkg_setup() { filter-flags -ftree-vectorize }