diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-14 03:14:19 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-14 03:14:19 +0100 |
commit | af627978e35c88dfb3358d068fa3100ab1da78b8 (patch) | |
tree | 35945b9cfdae95f99e5f36f29437c11bbda9fb34 /app-emulation/winetricks | |
parent | dev-cpp/eigen: x86 stable (bug #738380) (diff) | |
download | gentoo-af627978e35c88dfb3358d068fa3100ab1da78b8.tar.gz gentoo-af627978e35c88dfb3358d068fa3100ab1da78b8.tar.bz2 gentoo-af627978e35c88dfb3358d068fa3100ab1da78b8.zip |
app-emulation/winetricks: RESTRICT=test for x86
dev-util/shellcheck is not available for x86.
Bug: https://bugs.gentoo.org/736810
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-emulation/winetricks')
-rw-r--r-- | app-emulation/winetricks/winetricks-20200412.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/winetricks/winetricks-99999999.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/app-emulation/winetricks/winetricks-20200412.ebuild b/app-emulation/winetricks/winetricks-20200412.ebuild index 380da376c94c..3b4cea7a0559 100644 --- a/app-emulation/winetricks/winetricks-20200412.ebuild +++ b/app-emulation/winetricks/winetricks-20200412.ebuild @@ -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 diff --git a/app-emulation/winetricks/winetricks-99999999.ebuild b/app-emulation/winetricks/winetricks-99999999.ebuild index 380da376c94c..3b4cea7a0559 100644 --- a/app-emulation/winetricks/winetricks-99999999.ebuild +++ b/app-emulation/winetricks/winetricks-99999999.ebuild @@ -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 |