diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-04-13 18:53:49 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-04-13 18:53:49 +0200 |
commit | 116278abf15966af4e3b0e398e2fc0d39e35d253 (patch) | |
tree | 7619292e07894d5bae9a5dff795d612690a1a1f1 /app-emulation/wine-vanilla | |
parent | app-emulation/wine-mono: x86 stable wrt bug #717006 (diff) | |
download | gentoo-116278abf15966af4e3b0e398e2fc0d39e35d253.tar.gz gentoo-116278abf15966af4e3b0e398e2fc0d39e35d253.tar.bz2 gentoo-116278abf15966af4e3b0e398e2fc0d39e35d253.zip |
app-emulation/wine-vanilla: x86 stable wrt bug #717006
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
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 d2d1a294045b..a395c3bba9e2 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}" |