diff options
author | 2023-10-06 11:28:00 +0300 | |
---|---|---|
committer | 2023-10-06 11:28:00 +0300 | |
commit | 04f90ce89b20591d26d5c86df4f8e8949b88b5d2 (patch) | |
tree | 0e1304109a91b69240cde9b66d5c52a507c54d42 /app-emulation/wine-vanilla | |
parent | net-analyzer/gvm-tools: add 23.9.0, drop 23.4.0 (diff) | |
download | gentoo-04f90ce89b20591d26d5c86df4f8e8949b88b5d2.tar.gz gentoo-04f90ce89b20591d26d5c86df4f8e8949b88b5d2.tar.bz2 gentoo-04f90ce89b20591d26d5c86df4f8e8949b88b5d2.zip |
app-emulation/wine-vanilla: Stabilize 8.0.2 amd64, #912027
Signed-off-by: Arthur Zamarin <arthurzam@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 2a0d7605ca0a..d669f1bf277a 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" |