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 4C47813835A for ; Fri, 30 Apr 2021 23:27:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D872E083B; Fri, 30 Apr 2021 23:27:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 589CDE083B for ; Fri, 30 Apr 2021 23:27:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 50A58340E30 for ; Fri, 30 Apr 2021 23:27:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A94EB73A for ; Fri, 30 Apr 2021 23:27:47 +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: <1619825234.49ac612a1ded78dbd720cce8ae0c2034d7c4ccaa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/berusky/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/berusky/berusky-1.7.1-r2.ebuild X-VCS-Directories: games-arcade/berusky/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 49ac612a1ded78dbd720cce8ae0c2034d7c4ccaa X-VCS-Branch: master Date: Fri, 30 Apr 2021 23:27:47 +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: bf827830-f3ae-4eff-8c85-9e539ab521cf X-Archives-Hash: d564b73814bf65fcc60ad43434130ddb commit: 49ac612a1ded78dbd720cce8ae0c2034d7c4ccaa Author: Sam James gentoo org> AuthorDate: Fri Apr 30 10:25:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 30 23:27:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ac612a games-arcade/berusky: fix patch Closes: https://bugs.gentoo.org/785712 Signed-off-by: Sam James gentoo.org> games-arcade/berusky/berusky-1.7.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-arcade/berusky/berusky-1.7.1-r2.ebuild b/games-arcade/berusky/berusky-1.7.1-r2.ebuild index 66d347e826c..c14feec0074 100644 --- a/games-arcade/berusky/berusky-1.7.1-r2.ebuild +++ b/games-arcade/berusky/berusky-1.7.1-r2.ebuild @@ -25,7 +25,7 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" PATCHES=( - "${FILESDIR}"/${PN}-1.7.1-r1-gentoo.patch + "${FILESDIR}"/${PN}-1.7.1-r2-gentoo.patch ) src_prepare() {