summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-03-12 12:51:16 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-03-12 12:51:16 +0100
commitd01f11667c9ad1a67cc85575b18384c4fa3d584e (patch)
tree27360aa25118e23d29537d89db973692b2b045a5 /app-emulation/wine-vanilla
parentapp-emulation/wine-mono: Stabilize 7.0.0 x86, #834979 (diff)
downloadgentoo-d01f11667c9ad1a67cc85575b18384c4fa3d584e.tar.gz
gentoo-d01f11667c9ad1a67cc85575b18384c4fa3d584e.tar.bz2
gentoo-d01f11667c9ad1a67cc85575b18384c4fa3d584e.zip
app-emulation/wine-vanilla: Stabilize 7.0 x86, #834979
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r--app-emulation/wine-vanilla/wine-vanilla-7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.0.ebuild
index 36df8ed73524..e0221157f77a 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}"