commit:     4b3efd4392694bd62a5dce5a5220147bc48b80ce
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 00:25:38 2020 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 00:31:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=4b3efd43

app-emulation/winetricks: sync with ::gentoo

Update stable status on 20200412, and add a shellcheck restriction
for x86.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 app-emulation/winetricks/winetricks-20200412.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/winetricks/winetricks-20200412.ebuild 
b/app-emulation/winetricks/winetricks-20200412.ebuild
index 380da37..aa2e4ef 100644
--- a/app-emulation/winetricks/winetricks-20200412.ebuild
+++ b/app-emulation/winetricks/winetricks-20200412.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"
@@ -29,6 +29,9 @@ SLOT="0"
 IUSE="gtk kde rar test"
 RESTRICT="!test? ( test )"
 
+# dev-util/shellcheck is not available for x86
+RESTRICT+=" x86? ( test )"
+
 BDEPEND="
        test? (
                dev-python/bashate

Reply via email to