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 DFEE5158083 for ; Wed, 18 Sep 2024 20:14:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CECEE29A4; Wed, 18 Sep 2024 20:14:26 +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 E9B25E29A4 for ; Wed, 18 Sep 2024 20:14:25 +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 325C0342F8D for ; Wed, 18 Sep 2024 20:14:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B01F2145 for ; Wed, 18 Sep 2024 20:14:23 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1726690461.f0ad73cb43104f18a63400261fea9b758fb28d9c.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/ryujinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/ryujinx/ryujinx-1.1.1388.ebuild X-VCS-Directories: games-emulation/ryujinx/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: f0ad73cb43104f18a63400261fea9b758fb28d9c X-VCS-Branch: master Date: Wed, 18 Sep 2024 20:14:23 +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: 3125a4ac-112b-429d-872d-bb89b746c227 X-Archives-Hash: dfd2151428d6e65e17985111d0626251 commit: f0ad73cb43104f18a63400261fea9b758fb28d9c Author: Maciej Barć gentoo org> AuthorDate: Wed Sep 18 20:10:18 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Sep 18 20:14:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ad73cb games-emulation/ryujinx: bring back ~amd64 KEYWORD; format Signed-off-by: Maciej Barć gentoo.org> games-emulation/ryujinx/ryujinx-1.1.1388.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/games-emulation/ryujinx/ryujinx-1.1.1388.ebuild b/games-emulation/ryujinx/ryujinx-1.1.1388.ebuild index 8893a2263218..4cda1feaf498 100644 --- a/games-emulation/ryujinx/ryujinx-1.1.1388.ebuild +++ b/games-emulation/ryujinx/ryujinx-1.1.1388.ebuild @@ -225,7 +225,7 @@ else -> ${P}.tar.gz" S="${WORKDIR}/${PN^}-${PV}" - # KEYWORDS="amd64" + KEYWORDS="~amd64" fi SRC_URI+=" ${NUGET_URIS} " @@ -280,9 +280,11 @@ src_unpack() { src_prepare() { sed "s|1.0.0-dirty|${PV}|g" -i src/*/*.csproj || die - # The patch below can be removed once >=dotnet-sdk-8.0.401 is generally available + + # The patch below can be removed once >=dotnet-sdk-8.0.401 is generally available. sed 's|Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2"|Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0"|' \ -i Directory.Packages.props + dotnet-pkg_src_prepare }