diff options
author | Sam James <sam@gentoo.org> | 2023-02-26 00:30:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-26 00:30:39 +0000 |
commit | e281a36ec5cb2698cd96a9c3c3a8c31a915d76db (patch) | |
tree | f65082137c1767e6a955610d24945b9ead7343e4 /app-emulation | |
parent | dev-python/qiskit-aer: enable py3.11 (diff) | |
download | gentoo-e281a36ec5cb2698cd96a9c3c3a8c31a915d76db.tar.gz gentoo-e281a36ec5cb2698cd96a9c3c3a8c31a915d76db.tar.bz2 gentoo-e281a36ec5cb2698cd96a9c3c3a8c31a915d76db.zip |
app-emulation/wine-vanilla: Stabilize 8.0 x86, #897750
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-8.0.ebuild index 1aa7a660b98a..90348b20dbdd 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-8.0.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-8.0.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" |