diff options
author | Sam James <sam@gentoo.org> | 2023-04-17 22:15:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-17 22:15:56 +0100 |
commit | d8d0c05cce0244397d64b2fefaf9cb314a8ace24 (patch) | |
tree | f8fab02daa4603cd6d43276176fed9011a46a6a3 /app-emulation/wine-vanilla | |
parent | app-emulation/vkd3d: Stabilize 1.7 x86, #904488 (diff) | |
download | gentoo-d8d0c05cce0244397d64b2fefaf9cb314a8ace24.tar.gz gentoo-d8d0c05cce0244397d64b2fefaf9cb314a8ace24.tar.bz2 gentoo-d8d0c05cce0244397d64b2fefaf9cb314a8ace24.zip |
app-emulation/wine-vanilla: Stabilize 7.0.2 x86, #904489
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild index 53b146197a48..87cd1e61cd65 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild @@ -16,7 +16,7 @@ else (( $(ver_cut 2) )) && WINE_SDIR=$(ver_cut 1).x || WINE_SDIR=$(ver_cut 1).0 SRC_URI="https://dl.winehq.org/wine/source/${WINE_SDIR}/wine-${PV}.tar.xz" S="${WORKDIR}/wine-${PV}" - KEYWORDS="-* ~amd64 ~x86" + KEYWORDS="-* ~amd64 x86" fi DESCRIPTION="Free implementation of Windows(tm) on Unix, without external patchsets" |