summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-10-12 00:31:04 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-10-12 09:43:01 -0400
commitf312bb6341f826a9b1a815dfdb5cb12e344c6969 (patch)
tree756d404c05bc28d9a7586f91be15b2533d665f23 /app-emulation/wine-vanilla
parentapp-emulation/vkd3d: drop 1.2, 1.4-r1 (diff)
downloadgentoo-f312bb6341f826a9b1a815dfdb5cb12e344c6969.tar.gz
gentoo-f312bb6341f826a9b1a815dfdb5cb12e344c6969.tar.bz2
gentoo-f312bb6341f826a9b1a815dfdb5cb12e344c6969.zip
app-emulation/wine-vanilla: stabilize 7.0-r3 for amd64, x86
Not heard of issues in >=30 days, so let's try to stable the new ebuild format. Will keep -r2 for a bit to in case anything comes up. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r--app-emulation/wine-vanilla/wine-vanilla-7.0-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0-r3.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.0-r3.ebuild
index 86104f6903a5..893e362659d6 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-7.0-r3.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-7.0-r3.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"