diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-22 14:03:10 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-22 14:03:10 +0200 |
commit | 0c16bb681f18296ece1677982dda1587b7f2e911 (patch) | |
tree | b85cd651b5f9f57dfc3d47d856c2aa17dafb26cb /app-emulation | |
parent | sys-libs/gdbm: Stabilize 1.23 hppa, #846833 (diff) | |
download | gentoo-0c16bb681f18296ece1677982dda1587b7f2e911.tar.gz gentoo-0c16bb681f18296ece1677982dda1587b7f2e911.tar.bz2 gentoo-0c16bb681f18296ece1677982dda1587b7f2e911.zip |
app-emulation/wine-vanilla: Stabilize 7.0-r2 amd64, #840218
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild index 2465210cbcdc..c61cc6c56b04 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.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}" |