diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-29 15:39:14 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-29 15:39:14 +0200 |
commit | e30d134d9fbbb0098170d2e6241c639658e46946 (patch) | |
tree | eda4b9caf8ff466ebf09a0ed3cf15482f391e93c /app-emulation | |
parent | mail-client/trojita: x86 stable wrt bug #729596 (diff) | |
download | gentoo-e30d134d9fbbb0098170d2e6241c639658e46946.tar.gz gentoo-e30d134d9fbbb0098170d2e6241c639658e46946.tar.bz2 gentoo-e30d134d9fbbb0098170d2e6241c639658e46946.zip |
app-emulation/wine-vanilla: x86 stable wrt bug #730038
Package-Manager: Portage-2.3.99, Repoman-2.3.22
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-5.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.0.1.ebuild index 58d129f279e0..c13d5834460c 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.0.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.0.1.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}" |