summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-12-01 11:31:26 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-12-01 22:14:01 -0500
commit65ab0f05da9fddb33d74a1725025153cac0c39e5 (patch)
tree03bf9c812980b29629be76d78b693f5bbc8dbb46 /app-emulation
parentapp-emulation/wine-mono: stabilize 7.3.1 for amd64, x86 (diff)
downloadgentoo-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.ebuild2
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"