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 03BE5158F56 for ; Thu, 19 Aug 2021 00:39:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30F60E0833; Thu, 19 Aug 2021 00:39:37 +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 173E8E0833 for ; Thu, 19 Aug 2021 00:39:37 +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 00BF1340FC2 for ; Thu, 19 Aug 2021 00:39:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B4738CB for ; Thu, 19 Aug 2021 00:39:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1629333541.9ed5fb34a77d5d488a7252f4041edaeff7da26a8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/gnuboy/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild X-VCS-Directories: games-emulation/gnuboy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ed5fb34a77d5d488a7252f4041edaeff7da26a8 X-VCS-Branch: master Date: Thu, 19 Aug 2021 00:39:33 +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: 88da4f42-a79f-4887-8ace-1c00fa833ab6 X-Archives-Hash: f62e7f849ee5f29c01728c7d9e755a2b commit: 9ed5fb34a77d5d488a7252f4041edaeff7da26a8 Author: Sam James gentoo org> AuthorDate: Thu Aug 19 00:20:50 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 19 00:39:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed5fb34 games-emulation/gnuboy: fix implicit declarations Signed-off-by: Sam James gentoo.org> games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild index f48d05c9305..9a20207a60e 100644 --- a/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild +++ b/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild @@ -27,6 +27,7 @@ PATCHES=( "${FILESDIR}"/${P}-exec-stack.patch "${FILESDIR}"/${P}-linux-headers.patch "${FILESDIR}"/${P}-include.patch + "${FILESDIR}"/${P}-fix-implicit-decl-sprintf.patch ) src_prepare() {