diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 11:31:26 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 22:14:01 -0500 |
commit | 65ab0f05da9fddb33d74a1725025153cac0c39e5 (patch) | |
tree | 03bf9c812980b29629be76d78b693f5bbc8dbb46 /app-emulation | |
parent | app-emulation/wine-mono: stabilize 7.3.1 for amd64, x86 (diff) | |
download | gentoo-65ab0f05da9fddb33d74a1725025153cac0c39e5.tar.gz gentoo-65ab0f05da9fddb33d74a1725025153cac0c39e5.tar.bz2 gentoo-65ab0f05da9fddb33d74a1725025153cac0c39e5.zip |
app-emulation/wine-vanilla: stabilize 7.0.1 for amd64, x86
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-7.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.0.1.ebuild index da66b3163208..c0992e01230c 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.0.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.0.1.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" |