diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-04-24 08:34:48 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-04-24 08:34:48 +0200 |
commit | 98e49e7e04924b94c511f5caf9806f1955bf1435 (patch) | |
tree | 45c567da2bc04f08540596b35ea3f34f063e4741 /app-emulation/wine-vanilla | |
parent | net-wireless/iwd: x86 stable wrt bug #840197 (diff) | |
download | gentoo-98e49e7e04924b94c511f5caf9806f1955bf1435.tar.gz gentoo-98e49e7e04924b94c511f5caf9806f1955bf1435.tar.bz2 gentoo-98e49e7e04924b94c511f5caf9806f1955bf1435.zip |
app-emulation/wine-vanilla: x86 stable wrt bug #840218
Package-Manager: Portage-3.0.30, Repoman-3.0.3
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-7.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild index 73ea4716a443..8c66635dc66c 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.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}" |