commit: 305a1a823df846bf9b8000f7d6320cf03d3a0de0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 02:58:06 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 02:58:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305a1a82
app-emulation/wine-vanilla: Stabilize 5.0.2 amd64, #753443
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emulation/wine-vanilla/wine-vanilla-5.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.0.2.ebuild
b/app-emulation/wine-vanilla/wine-vanilla-5.0.2.ebuild
index 2e7b14689c8..c13d5834460 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-5.0.2.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-5.0.2.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}"