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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3456515812D for ; Fri, 03 Jan 2025 22:40:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41F3AE0784; Fri, 03 Jan 2025 22:40:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FA05E079C for ; Fri, 03 Jan 2025 22:40:52 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BED3B33BE00 for ; Fri, 03 Jan 2025 22:40:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10FA611B5 for ; Fri, 03 Jan 2025 22:40:50 +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: <1735944038.d90a2a4ca4b775a607ccbad55daa4d5c2aacdd4f.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_p20241113.ebuild X-VCS-Directories: games-emulation/melonds/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d90a2a4ca4b775a607ccbad55daa4d5c2aacdd4f X-VCS-Branch: master Date: Fri, 03 Jan 2025 22:40: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: 1dc7d4a0-d098-45ec-87d9-1aeaa752409a X-Archives-Hash: 351e0ef3820f96217509f722a4343204 commit: d90a2a4ca4b775a607ccbad55daa4d5c2aacdd4f Author: Sam James gentoo org> AuthorDate: Fri Jan 3 22:40:38 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 3 22:40:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90a2a4c games-emulation/melonds: Stabilize 0.9.5_p20241113 amd64, #947409 Signed-off-by: Sam James gentoo.org> games-emulation/melonds/melonds-0.9.5_p20241113.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/melonds/melonds-0.9.5_p20241113.ebuild b/games-emulation/melonds/melonds-0.9.5_p20241113.ebuild index 3494d438a060..20121771c59f 100644 --- a/games-emulation/melonds/melonds-0.9.5_p20241113.ebuild +++ b/games-emulation/melonds/melonds-0.9.5_p20241113.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ else -> ${REAL_P}.tar.gz" S="${WORKDIR}/${REAL_PN}-${COMMIT}" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="BSD-2 GPL-2 GPL-3 Unlicense"