diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-26 20:35:34 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-26 20:35:34 +0200 |
commit | ac18e5430a22d85be8726443b695454e942747d9 (patch) | |
tree | 7709ece4fbbb5da1d699ff6742d15d88b3b0e75d /app-emulation | |
parent | dev-libs/cdk: Stabilize 5.0.20221025 sparc, #897728 (diff) | |
download | gentoo-ac18e5430a22d85be8726443b695454e942747d9.tar.gz gentoo-ac18e5430a22d85be8726443b695454e942747d9.tar.bz2 gentoo-ac18e5430a22d85be8726443b695454e942747d9.zip |
app-emulation/wine-vanilla: Stabilize 8.0 amd64, #897750
Signed-off-by: Arthur Zamarin <arthurzam@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 90348b20dbdd..d9b6ce69a9ec 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" |