app-emulation/wine-vanilla: amd64 stable wrt bug #717006

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
This commit is contained in:
Agostino Sarubbo
2020-04-12 09:30:24 +02:00
parent ba844ee5c0
commit 349f737726

View File

@@ -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}"