diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-05-19 17:20:08 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-05-19 17:20:08 +0200 |
commit | b34168f88d8b31dccb75f11a4047b51cbf84fd35 (patch) | |
tree | 7912e19a1555db918b5b804728aa80a6377f4edc /app-emulation/winetricks | |
parent | media-radio/tlf: x86 stable (bug #684500) (diff) | |
download | gentoo-b34168f88d8b31dccb75f11a4047b51cbf84fd35.tar.gz gentoo-b34168f88d8b31dccb75f11a4047b51cbf84fd35.tar.bz2 gentoo-b34168f88d8b31dccb75f11a4047b51cbf84fd35.zip |
app-emulation/winetricks: x86 stable (bug #683970)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-emulation/winetricks')
-rw-r--r-- | app-emulation/winetricks/winetricks-20190310.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/winetricks/winetricks-20190310.ebuild b/app-emulation/winetricks/winetricks-20190310.ebuild index 900a5b539221..28c9fcd8f7ba 100644 --- a/app-emulation/winetricks/winetricks-20190310.ebuild +++ b/app-emulation/winetricks/winetricks-20190310.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "99999999" ]] ; then SRC_URI="" else SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi wtg="winetricks-gentoo-2012.11.24" |