diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-17 14:06:56 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-17 14:06:56 +0200 |
commit | ba7f530d04869b8ff1eef9a0a81a4d832cb3169f (patch) | |
tree | 7d26e764696f4d35ce6f1ad80dfb67d3cf879da3 /app-emulation | |
parent | app-text/sword: x86 stable (bug #668282) (diff) | |
download | gentoo-ba7f530d04869b8ff1eef9a0a81a4d832cb3169f.tar.gz gentoo-ba7f530d04869b8ff1eef9a0a81a4d832cb3169f.tar.bz2 gentoo-ba7f530d04869b8ff1eef9a0a81a4d832cb3169f.zip |
app-emulation/wine-vanilla: x86 stable (bug #668518)
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-3.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.0.3.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.0.3.ebuild index 0fc721308065..5eaa2d2d8ec8 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-3.0.3.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-3.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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}" |