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 8135E1382C5 for ; Tue, 30 Jun 2020 14:02:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC959E09E8; Tue, 30 Jun 2020 14:02:36 +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 9348FE09E8 for ; Tue, 30 Jun 2020 14:02:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 99B4C34F2D8 for ; Tue, 30 Jun 2020 14:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43DB32BB for ; Tue, 30 Jun 2020 14:02:34 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1593106100.ce4366c9671d979fc3322e7d83cccd4a81b1ad2a.chiitoo@gentoo> Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/winetricks/ X-VCS-Repository: repo/proj/wine X-VCS-Files: app-emulation/winetricks/winetricks-20200412.ebuild app-emulation/winetricks/winetricks-99999999.ebuild X-VCS-Directories: app-emulation/winetricks/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: ce4366c9671d979fc3322e7d83cccd4a81b1ad2a X-VCS-Branch: master Date: Tue, 30 Jun 2020 14:02: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: 6dcb2fa4-f37c-42b2-8e16-9b5238a3c5a9 X-Archives-Hash: fbc03906859604b84723413be7270a4f commit: ce4366c9671d979fc3322e7d83cccd4a81b1ad2a Author: Jimi Huotari gentoo org> AuthorDate: Thu Jun 25 17:27:25 2020 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Thu Jun 25 17:28:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=ce4366c9 app-emulation/winetricks: add 'dev-util/shellcheck-bin' as an option Reported-by: Jannik Glückert gmail.com> Bug: https://bugs.gentoo.org/727540 Package-Manager: Portage-2.3.102, Repoman-2.3.23 Signed-off-by: Jimi Huotari 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 a35bc33..380da37 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 b189cfc..380da37 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=""