diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-11-24 08:58:15 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-11-24 08:58:15 +0100 |
commit | 86a7dd59b826fb9f29e9af98ebcfac62b15fc0fc (patch) | |
tree | e689a905f29468ceacc2703e1299da4e32ae93e8 /app-emulation | |
parent | sys-process/parallel: x86 stable wrt bug #826990 (diff) | |
download | gentoo-86a7dd59b826fb9f29e9af98ebcfac62b15fc0fc.tar.gz gentoo-86a7dd59b826fb9f29e9af98ebcfac62b15fc0fc.tar.bz2 gentoo-86a7dd59b826fb9f29e9af98ebcfac62b15fc0fc.zip |
app-emulation/wine-vanilla: x86 stable wrt bug #826994
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-6.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.0.2.ebuild index e2d76084c80d..947cc74e03df 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.0.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.0.2.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}" |