summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-28 15:39:06 +0000
committerSam James <sam@gentoo.org>2021-02-28 15:39:06 +0000
commit3a1e8914104871877d04ec059e8798e937933c3b (patch)
tree6b014220aa3e3839c678a31e86dcd3430f612f06 /app-emulation/wine-vanilla
parentapp-emulation/wine-mono: Stabilize 5.1.1 amd64, #773352 (diff)
downloadgentoo-3a1e8914104871877d04ec059e8798e937933c3b.tar.gz
gentoo-3a1e8914104871877d04ec059e8798e937933c3b.tar.bz2
gentoo-3a1e8914104871877d04ec059e8798e937933c3b.zip
app-emulation/wine-vanilla: Stabilize 6.0 amd64, #773352
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.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild
index ab66fc3ad9a5..1300827746f7 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.0.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}"