diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-06-04 16:31:37 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-06-04 16:44:23 +0200 |
commit | 2a617487f4834c323b7003f26e3b153335c88c5b (patch) | |
tree | 8982164f16092c06e7d4af4859937dbc5d6af8cc /app-emulation | |
parent | www-misc/urlwatch: x86 stable (bug #687192) (diff) | |
download | gentoo-2a617487f4834c323b7003f26e3b153335c88c5b.tar.gz gentoo-2a617487f4834c323b7003f26e3b153335c88c5b.tar.bz2 gentoo-2a617487f4834c323b7003f26e3b153335c88c5b.zip |
app-emulation/wine-vanilla: x86 stable (bug #683308)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild index 905c78baa44b..9872c68e6a2b 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.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}" |