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 3B102158CB7 for ; Thu, 19 Aug 2021 07:34:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F4A0E081B; Thu, 19 Aug 2021 07:34:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EE199E081B for ; Thu, 19 Aug 2021 07:34:34 +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 121B4342A1D for ; Thu, 19 Aug 2021 07:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 789428CF for ; Thu, 19 Aug 2021 07:34:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1629358454.cedb9aa7c5f9978ffce04f0f2579e39a1c0f6064.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/atari800/files/, games-emulation/atari800/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/atari800/atari800-4.2.0-r1.ebuild games-emulation/atari800/files/atari800-3.1.0-tgetent-detection.patch X-VCS-Directories: games-emulation/atari800/ games-emulation/atari800/files/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cedb9aa7c5f9978ffce04f0f2579e39a1c0f6064 X-VCS-Branch: master Date: Thu, 19 Aug 2021 07:34:31 +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: dec59926-1588-4436-bc13-ddc4dc265544 X-Archives-Hash: 8bef5cbe923a32223ca15b9573eae1c5 commit: cedb9aa7c5f9978ffce04f0f2579e39a1c0f6064 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 19 07:30:46 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 19 07:34:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cedb9aa7 games-emulation/atari800: Update the patch to work against -p1 Signed-off-by: Michał Górny gentoo.org> games-emulation/atari800/atari800-4.2.0-r1.ebuild | 8 +++++--- .../atari800/files/atari800-3.1.0-tgetent-detection.patch | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/games-emulation/atari800/atari800-4.2.0-r1.ebuild b/games-emulation/atari800/atari800-4.2.0-r1.ebuild index a791f33ba0c..7e119486988 100644 --- a/games-emulation/atari800/atari800-4.2.0-r1.ebuild +++ b/games-emulation/atari800/atari800-4.2.0-r1.ebuild @@ -37,10 +37,12 @@ BDEPEND=" " src_prepare() { - default + local PATCHES=( + # Bug 544608 + "${FILESDIR}"/atari800-3.1.0-tgetent-detection.patch + ) - # Bug 544608 - eapply -p2 "${FILESDIR}/atari800-3.1.0-tgetent-detection.patch" + default eautoreconf } diff --git a/games-emulation/atari800/files/atari800-3.1.0-tgetent-detection.patch b/games-emulation/atari800/files/atari800-3.1.0-tgetent-detection.patch index 018e423af6b..487577e5b1a 100644 --- a/games-emulation/atari800/files/atari800-3.1.0-tgetent-detection.patch +++ b/games-emulation/atari800/files/atari800-3.1.0-tgetent-detection.patch @@ -1,6 +1,6 @@ diff -ruN atari800-3.1.0/src/configure.ac new/src/configure.ac ---- atari800-3.1.0/src/configure.ac 2014-04-12 15:58:16.000000000 +0200 -+++ new/src/configure.ac 2015-03-26 23:36:24.419178078 +0100 +--- src/configure.ac 2014-04-12 15:58:16.000000000 +0200 ++++ src/configure.ac 2015-03-26 23:36:24.419178078 +0100 @@ -982,7 +982,7 @@ dnl existence of the tgetent symbol in readline. If not, we search for tgetent dnl in a few other libraries. All done with a single AC_SEARCH_LIBS statement.