diff options
author | Sam James <sam@gentoo.org> | 2021-08-29 18:54:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-29 18:54:53 +0100 |
commit | b0f8255b26df3d12d52723abef3d20f78587001d (patch) | |
tree | 9bccb320d0c359a939cdcde7dea802b63aef18b9 /app-emulation/wine-vanilla | |
parent | sys-auth/nss_ldap: Stabilize 265-r10 ppc64, #810058 (diff) | |
download | gentoo-b0f8255b26df3d12d52723abef3d20f78587001d.tar.gz gentoo-b0f8255b26df3d12d52723abef3d20f78587001d.tar.bz2 gentoo-b0f8255b26df3d12d52723abef3d20f78587001d.zip |
app-emulation/wine-vanilla: Stabilize 6.0.1 amd64, #806571
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-6.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.0.1.ebuild index f233885c99eb..a639f2cd4e39 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.0.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.0.1.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}" |