diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-04-12 09:30:24 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-04-12 09:30:24 +0200 |
commit | 349f7377261882543daa602cfd3dbdd2421bdc12 (patch) | |
tree | a97358a9c2d68c16a11edcc217235a7a4e16cb85 /app-emulation/wine-vanilla | |
parent | app-emulation/wine-mono: amd64 stable wrt bug #717006 (diff) | |
download | gentoo-349f7377261882543daa602cfd3dbdd2421bdc12.tar.gz gentoo-349f7377261882543daa602cfd3dbdd2421bdc12.tar.bz2 gentoo-349f7377261882543daa602cfd3dbdd2421bdc12.zip |
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>
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.0.ebuild index 152d8c0b6dde..d2d1a294045b 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.0.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.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}" |