diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-26 01:56:39 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-26 01:56:39 +0100 |
commit | 9ef5111b6071ab9b20e76b18c09dbbd7ab47fcd4 (patch) | |
tree | 033fe940b37b9e320fef907e93586f8e860d6f43 /app-emulation/wine-vanilla | |
parent | app-emulation/winetricks: x86 stable (bug #698600) (diff) | |
download | gentoo-9ef5111b6071ab9b20e76b18c09dbbd7ab47fcd4.tar.gz gentoo-9ef5111b6071ab9b20e76b18c09dbbd7ab47fcd4.tar.bz2 gentoo-9ef5111b6071ab9b20e76b18c09dbbd7ab47fcd4.zip |
app-emulation/wine-vanilla: x86 stable (bug #699178)
Package-Manager: Portage-2.3.79, Repoman-2.3.18
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.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild index 05f6213761fc..fde52036375d 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.2.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" + KEYWORDS="-* amd64 x86" fi S="${WORKDIR}/${MY_P}" |