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 0026A138359 for ; Mon, 10 Aug 2020 14:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8841E0837; Mon, 10 Aug 2020 14:33:53 +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 BDDCCE0837 for ; Mon, 10 Aug 2020 14:33:53 +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 3CE0034F0C9 for ; Mon, 10 Aug 2020 14:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F9CB314 for ; Mon, 10 Aug 2020 14:33:50 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1597070028.040b0a9805acb439dc641be89ffd75ad2377126d.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dolphin/dolphin-5.0_p20200705.ebuild X-VCS-Directories: games-emulation/dolphin/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 040b0a9805acb439dc641be89ffd75ad2377126d X-VCS-Branch: master Date: Mon, 10 Aug 2020 14:33:50 +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: 14507df0-de44-4c0c-be17-23e73f6bcdee X-Archives-Hash: c894cd1283f18940a9829e0e5a69e039 commit: 040b0a9805acb439dc641be89ffd75ad2377126d Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Aug 10 14:33:48 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Aug 10 14:33:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040b0a98 games-emulation/dolphin: amd64 stable wrt bug #736176 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> games-emulation/dolphin/dolphin-5.0_p20200705.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild b/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild index 56655d4613a..1b2cd79579d 100644 --- a/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild +++ b/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild @@ -16,7 +16,7 @@ else inherit vcs-snapshot commit=0dbe8fb2eaa608a6540df3d269648a596c29cf4b SRC_URI="https://github.com/dolphin-emu/dolphin/archive/${commit}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi DESCRIPTION="Gamecube and Wii game emulator"