commit: f2e38f26af3403f66457ba0dcefe6f4f07f622bf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 23:22:37 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 23:22:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e38f26
app-emulation/wine-vanilla: Stabilize 7.0 amd64, #834979
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emulation/wine-vanilla/wine-vanilla-7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0.ebuild
b/app-emulation/wine-vanilla/wine-vanilla-7.0.ebuild
index e0221157f77a..b459ed7e6923 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-7.0.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-7.0.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then
else
MAJOR_V=$(ver_cut 1)
SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz"
- KEYWORDS="-* ~amd64 x86"
+ KEYWORDS="-* amd64 x86"
fi
S="${WORKDIR}/${MY_P}"