From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C8D8138359 for ; Sat, 14 Nov 2020 02:16:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5F4AE07F1; Sat, 14 Nov 2020 02:16:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89798E07F1 for ; Sat, 14 Nov 2020 02:16:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 175D9340C57 for ; Sat, 14 Nov 2020 02:16:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FD6044C for ; Sat, 14 Nov 2020 02:16:34 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1605320059.af627978e35c88dfb3358d068fa3100ab1da78b8.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/winetricks/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/winetricks/winetricks-20200412.ebuild app-emulation/winetricks/winetricks-99999999.ebuild X-VCS-Directories: app-emulation/winetricks/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: af627978e35c88dfb3358d068fa3100ab1da78b8 X-VCS-Branch: master Date: Sat, 14 Nov 2020 02:16:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4337fbc8-7483-4c90-a1aa-d85bd81d17bb X-Archives-Hash: be464d8a2ba86040360e3dceb74aa964 commit: af627978e35c88dfb3358d068fa3100ab1da78b8 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Nov 14 02:14:19 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Nov 14 02:14:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af627978 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 gentoo.org> app-emulation/winetricks/winetricks-20200412.ebuild | 3 +++ app-emulation/winetricks/winetricks-99999999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app-emulation/winetricks/winetricks-20200412.ebuild b/app-emulation/winetricks/winetricks-20200412.ebuild index 380da376c94..3b4cea7a055 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 380da376c94..3b4cea7a055 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