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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36E4115ACFC for ; Wed, 3 May 2023 11:17:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF110E10CD; Wed, 3 May 2023 11:16:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB9AAE10CD for ; Wed, 3 May 2023 11:16:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E43AE340E16 for ; Wed, 3 May 2023 11:16:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81C81A55 for ; Wed, 3 May 2023 11:16:49 +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: <1683112594.01f3fc69b0448285f9627d389b7ce0fd8ecfa977.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/melonds/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/melonds/melonds-0.9.5-r4.ebuild X-VCS-Directories: games-emulation/melonds/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 01f3fc69b0448285f9627d389b7ce0fd8ecfa977 X-VCS-Branch: master Date: Wed, 3 May 2023 11:16:49 +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: 4ebb5d0d-9e9a-4dd4-8592-60d09690f7bf X-Archives-Hash: 2026c21e0c8bbcccac1de28ccc1e4fc1 commit: 01f3fc69b0448285f9627d389b7ce0fd8ecfa977 Author: Sam James gentoo org> AuthorDate: Wed May 3 11:16:34 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 3 11:16:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f3fc69 games-emulation/melonds: Stabilize 0.9.5-r4 amd64, #899206 Signed-off-by: Sam James gentoo.org> games-emulation/melonds/melonds-0.9.5-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/melonds/melonds-0.9.5-r4.ebuild b/games-emulation/melonds/melonds-0.9.5-r4.ebuild index 062deeb70674..c0cf4baa64bc 100644 --- a/games-emulation/melonds/melonds-0.9.5-r4.ebuild +++ b/games-emulation/melonds/melonds-0.9.5-r4.ebuild @@ -19,7 +19,7 @@ else SRC_URI="https://github.com/Arisotura/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} - KEYWORDS="~amd64" + KEYWORDS="amd64" fi IUSE="+jit +opengl"