diff options
author | Sam James <sam@gentoo.org> | 2023-08-11 04:25:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-11 04:25:50 +0100 |
commit | 0cfa8a5189ea48cf7906f1a24189bf3bddbb625c (patch) | |
tree | 3207f7645f2ac290698af9de1c120eb78ac90d11 /app-emulation/wine-vanilla | |
parent | dev-vcs/git: add 2.42.0_rc1 (unkeyworded) (diff) | |
download | gentoo-0cfa8a5189ea48cf7906f1a24189bf3bddbb625c.tar.gz gentoo-0cfa8a5189ea48cf7906f1a24189bf3bddbb625c.tar.bz2 gentoo-0cfa8a5189ea48cf7906f1a24189bf3bddbb625c.zip |
app-emulation/wine-vanilla: Stabilize 8.0.2 x86, #912027
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild index 155c0a95a312..b8679687d7f1 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild @@ -17,7 +17,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" |