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 6E305138359 for ; Thu, 2 Jul 2020 18:44:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EF53E086A; Thu, 2 Jul 2020 18:44:16 +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 80FE4E086A for ; Thu, 2 Jul 2020 18:44:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CBCE834F116 for ; Thu, 2 Jul 2020 18:44:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5410728F for ; Thu, 2 Jul 2020 18:44:13 +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: <1593715450.336deaac55b523203f967bbfca0351d5d635b7a9.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: 336deaac55b523203f967bbfca0351d5d635b7a9 X-VCS-Branch: master Date: Thu, 2 Jul 2020 18:44:13 +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: 67b64731-88d4-429e-be6a-9a0ec804cef5 X-Archives-Hash: 5501d55b57cdfebb483f741271cfd084 commit: 336deaac55b523203f967bbfca0351d5d635b7a9 Author: Sven Wegener gentoo org> AuthorDate: Thu Jul 2 18:43:46 2020 +0000 Commit: Sven Wegener gentoo org> CommitDate: Thu Jul 2 18:44:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336deaac net-dns/pdns-recursor: Only the boost patch is still needed Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sven Wegener gentoo.org> net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild | 1 - 1 file changed, 1 deletion(-) 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 67678c3bb63..cb9a0daba0e 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild @@ -38,7 +38,6 @@ S="${WORKDIR}"/${P/_/-} PATCHES=( "${FILESDIR}"/${PN}-4.3.1-boost-1.73.0.patch - "${FILESDIR}"/${PN}-4.3.1-gcc-10.patch ) pkg_setup() {