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 4166113835A for ; Mon, 17 Aug 2020 16:28:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73BF8E0867; Mon, 17 Aug 2020 16:28:08 +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 5BC3DE0867 for ; Mon, 17 Aug 2020 16:28:08 +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 21E1C34F494 for ; Mon, 17 Aug 2020 16:28:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDEFC324 for ; Mon, 17 Aug 2020 16:28:05 +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: <1597681680.fd8c0d79da91672a57d200e10e4d7dfc2d178b30.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/strace/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/strace/files/strace-5.6-AR.patch X-VCS-Directories: dev-util/strace/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: fd8c0d79da91672a57d200e10e4d7dfc2d178b30 X-VCS-Branch: master Date: Mon, 17 Aug 2020 16:28:05 +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: 91369ae0-4264-4d68-965f-7a06e4759e41 X-Archives-Hash: c187d1c73c899b8b1b852ca85c844430 commit: fd8c0d79da91672a57d200e10e4d7dfc2d178b30 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Aug 11 18:37:00 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Aug 17 16:28:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8c0d79 dev-util/strace: remove unused patch Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17089 Signed-off-by: Aaron Bauman gentoo.org> dev-util/strace/files/strace-5.6-AR.patch | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-util/strace/files/strace-5.6-AR.patch b/dev-util/strace/files/strace-5.6-AR.patch deleted file mode 100644 index 8386bc41882..00000000000 --- a/dev-util/strace/files/strace-5.6-AR.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 81e11a9b8c9469002833bd1707a435b1f81baf92 Mon Sep 17 00:00:00 2001 -From: Mike Gilbert -Date: Sat, 2 May 2020 16:25:21 -0400 -Subject: [PATCH] configure: check AR variable for 'ar' tool - -Without this, automake always hardcodes 'AR = ar' in Makefile.in - -Bug: https://bugs.gentoo.org/720712 ---- - configure.ac | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/configure.ac b/configure.ac -index 6aabc2c8..da486c24 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -36,6 +36,7 @@ AC_PROG_CC_STDC - AC_PROG_CPP - AC_PROG_INSTALL - AC_PROG_RANLIB -+AM_PROG_AR - - AC_USE_SYSTEM_EXTENSIONS - AX_CODE_COVERAGE --- -2.26.2 -