From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1187248-garchives=archives.gentoo.org@lists.gentoo.org>
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 E9F4F138359
	for <garchives@archives.gentoo.org>; Tue, 14 Jul 2020 00:34:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 05DE6E0876;
	Tue, 14 Jul 2020 00:34:20 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 E1164E0876
	for <gentoo-commits@lists.gentoo.org>; Tue, 14 Jul 2020 00:34:19 +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 C075A34F401
	for <gentoo-commits@lists.gentoo.org>; Tue, 14 Jul 2020 00:34:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 76C39291
	for <gentoo-commits@lists.gentoo.org>; Tue, 14 Jul 2020 00:34:16 +0000 (UTC)
From: "Nick Sarnie" <sarnex@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" <sarnex@gentoo.org>
Message-ID: <1594686843.74ce167e9ee6c71fc5578d8271083627933c325c.sarnex@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: sarnex
X-VCS-Committer-Name: Nick Sarnie
X-VCS-Revision: 74ce167e9ee6c71fc5578d8271083627933c325c
X-VCS-Branch: master
Date: Tue, 14 Jul 2020 00:34:16 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 4cd7eae8-5ccb-4074-81ee-9276793ff2cc
X-Archives-Hash: b0c20999a53a7a80c32ca13e3c41547e

commit:     74ce167e9ee6c71fc5578d8271083627933c325c
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 14 00:33:32 2020 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Tue Jul 14 00:34:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ce167e

app-emulation/winetricks: Sync with ::wine

Closes: https://bugs.gentoo.org/727540
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>

 app-emulation/winetricks/winetricks-20200412.ebuild | 5 ++++-
 app-emulation/winetricks/winetricks-99999999.ebuild | 7 +++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-emulation/winetricks/winetricks-20200412.ebuild b/app-emulation/winetricks/winetricks-20200412.ebuild
index a35bc33a208..380da376c94 100644
--- a/app-emulation/winetricks/winetricks-20200412.ebuild
+++ b/app-emulation/winetricks/winetricks-20200412.ebuild
@@ -33,7 +33,10 @@ BDEPEND="
 	test? (
 		dev-python/bashate
 		dev-util/checkbashisms
-		dev-util/shellcheck
+		|| (
+			dev-util/shellcheck-bin
+			dev-util/shellcheck
+		)
 	)
 "
 DEPEND=""

diff --git a/app-emulation/winetricks/winetricks-99999999.ebuild b/app-emulation/winetricks/winetricks-99999999.ebuild
index b189cfcbaca..380da376c94 100644
--- a/app-emulation/winetricks/winetricks-99999999.ebuild
+++ b/app-emulation/winetricks/winetricks-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -33,7 +33,10 @@ BDEPEND="
 	test? (
 		dev-python/bashate
 		dev-util/checkbashisms
-		dev-util/shellcheck
+		|| (
+			dev-util/shellcheck-bin
+			dev-util/shellcheck
+		)
 	)
 "
 DEPEND=""