diff options
author | Sam James <sam@gentoo.org> | 2021-11-25 00:11:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-25 00:11:29 +0000 |
commit | aeface4aa966e68ce1e6772f44f27225450dfaf4 (patch) | |
tree | d8bafa3b29bd84dad4310c04815d38fb6598aba2 /app-emulation | |
parent | sci-astronomy/kstars: Stabilize 3.5.5 x86, #818283 (diff) | |
download | gentoo-aeface4aa966e68ce1e6772f44f27225450dfaf4.tar.gz gentoo-aeface4aa966e68ce1e6772f44f27225450dfaf4.tar.bz2 gentoo-aeface4aa966e68ce1e6772f44f27225450dfaf4.zip |
app-emulation/wine-vanilla: Stabilize 6.0.2 amd64, #826994
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-6.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.0.2.ebuild index 947cc74e03df..3879efd5cfea 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.0.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.0.2.ebuild @@ -19,7 +19,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}" |