summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-09-18 22:10:18 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-09-18 22:14:21 +0200
commitf0ad73cb43104f18a63400261fea9b758fb28d9c (patch)
tree4583f596f81b285638bac1fc8d187eec8904bbf0 /games-emulation/ryujinx
parentsys-kernel/gentoo-kernel-bin: Bump to 6.10.11 (diff)
downloadgentoo-f0ad73cb43104f18a63400261fea9b758fb28d9c.tar.gz
gentoo-f0ad73cb43104f18a63400261fea9b758fb28d9c.tar.bz2
gentoo-f0ad73cb43104f18a63400261fea9b758fb28d9c.zip
games-emulation/ryujinx: bring back ~amd64 KEYWORD; format
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'games-emulation/ryujinx')
-rw-r--r--games-emulation/ryujinx/ryujinx-1.1.1388.ebuild6
1 files 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
}