diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-07-08 16:29:46 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-07-08 16:30:09 +0200 |
commit | 5226053d8467e03e69f15e08750896507dff401e (patch) | |
tree | 88b8247dee302c71dafcb0ae517226df1648bd42 /app-emulation/wine-vanilla | |
parent | net-misc/cni-plugins: Stabilize 0.8.1 (diff) | |
download | gentoo-5226053d8467e03e69f15e08750896507dff401e.tar.gz gentoo-5226053d8467e03e69f15e08750896507dff401e.tar.bz2 gentoo-5226053d8467e03e69f15e08750896507dff401e.zip |
app-emulation/wine-vanilla: x86 stable (bug #687404)
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild index 863092d891a1..a65f9b99a504 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild @@ -21,7 +21,7 @@ else MAJOR_V=$(ver_cut 1) MINOR_V=$(ver_cut 2) SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.${MINOR_V}/${MY_P}.tar.xz" - KEYWORDS="-* amd64 ~x86 ~x86-fbsd" + KEYWORDS="-* amd64 x86 ~x86-fbsd" fi S="${WORKDIR}/${MY_P}" |