diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-02 02:37:25 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-02 02:37:25 +0200 |
commit | ff3b3ac1f4c4f3463a80ffb039f74e59bfd786ba (patch) | |
tree | f43cc6dce047b64cb3760b87a5f336c2226c71a8 /app-emulation/wine-vanilla | |
parent | app-emulation/wine-mono: x86 stable (bug #659770) (diff) | |
download | gentoo-ff3b3ac1f4c4f3463a80ffb039f74e59bfd786ba.tar.gz gentoo-ff3b3ac1f4c4f3463a80ffb039f74e59bfd786ba.tar.bz2 gentoo-ff3b3ac1f4c4f3463a80ffb039f74e59bfd786ba.zip |
app-emulation/wine-vanilla: x86 stable (bug #659770)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild index 0fc721308065..5ca2d89a3c04 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then else MAJOR_V=$(get_version_component_range 1) SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz" - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" + KEYWORDS="-* ~amd64 x86 ~x86-fbsd" fi S="${WORKDIR}/${MY_P}" |