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 0CD50138335 for ; Tue, 31 Dec 2019 18:19:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4427E0BDF; Tue, 31 Dec 2019 18:19:24 +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 A5D8CE0BDF for ; Tue, 31 Dec 2019 18:19:24 +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 B32E634DDF6 for ; Tue, 31 Dec 2019 18:19:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E59A7E for ; Tue, 31 Dec 2019 18:19:22 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1577816356.5ed1c8cb1bb8f72a7598817d3c3bbfe4683ec53a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-antivirus/clamav/files/clamav-0.100.0_autotools.patch X-VCS-Directories: app-antivirus/clamav/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 5ed1c8cb1bb8f72a7598817d3c3bbfe4683ec53a X-VCS-Branch: master Date: Tue, 31 Dec 2019 18:19:22 +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: d2d20736-7c72-488c-8a9c-953def9d15b4 X-Archives-Hash: 233eddec6e26e6d2130ba42a9e4bc08d commit: 5ed1c8cb1bb8f72a7598817d3c3bbfe4683ec53a Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Dec 31 07:18:27 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Dec 31 18:19:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed1c8cb app-antivirus/clamav: remove unused patch Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14192 Signed-off-by: Aaron Bauman gentoo.org> app-antivirus/clamav/files/clamav-0.100.0_autotools.patch | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app-antivirus/clamav/files/clamav-0.100.0_autotools.patch b/app-antivirus/clamav/files/clamav-0.100.0_autotools.patch deleted file mode 100644 index 58c3b4e324f..00000000000 --- a/app-antivirus/clamav/files/clamav-0.100.0_autotools.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- clamav-0.100.0/configure.ac_orig 2018-04-12 13:12:58.201729248 +0200 -+++ clamav-0.100.0/configure.ac 2018-04-12 13:23:44.982679360 +0200 -@@ -47,6 +47,7 @@ - LT_CONFIG_LTDL_DIR([libltdl]) - LT_INIT([dlopen disable-static]) - LTDL_INIT([recursive]) -+PKG_PROG_PKG_CONFIG(0.16) - - m4_include([m4/reorganization/build_tools.m4]) - m4_include([m4/reorganization/headers.m4])