From 42a915e9b2c4a380f034d1010bc89c16fc95e077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 12 Mar 2022 18:14:01 +0100 Subject: [PATCH] wine: requires version with kernel support --- app-emulation/wine/wine-7.1.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/wine/wine-7.1.recipe b/app-emulation/wine/wine-7.1.recipe index d52956cde..64576b763 100644 --- a/app-emulation/wine/wine-7.1.recipe +++ b/app-emulation/wine/wine-7.1.recipe @@ -8,13 +8,13 @@ be used for porting Windows code into native Unix executables." HOMEPAGE="https://www.winehq.org/" COPYRIGHT="1993-2021 the Wine project authors" LICENSE="GNU LGPL v2.1" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/wine-mirror/wine/archive/refs/tags/wine-${portVersion}.tar.gz" CHECKSUM_SHA256="754a7e1f9bd79e18e01f9f552abe83413140403f68cc37b8ef98b80d271450c8" SOURCE_DIR="wine-wine-${portVersion}" PATCHES="wine-$portVersion.patchset" -ARCHITECTURES="all !x86_gcc2" +ARCHITECTURES="?all !x86_gcc2 x86_64" SECONDARY_ARCHITECTURES="!x86" PROVIDES=" @@ -45,7 +45,7 @@ PROVIDES=" cmd:wrc " REQUIRES=" - haiku$secondaryArchSuffix + haiku$secondaryArchSuffix >= r1~beta3_hrev55933 lib:libfreetype$secondaryArchSuffix lib:libvulkan$secondaryArchSuffix lib:libusb$secondaryArchSuffix