Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/winetricks/
Date: Tue, 30 Jun 2020 14:02:37
Message-Id: 1593106100.ce4366c9671d979fc3322e7d83cccd4a81b1ad2a.chiitoo@gentoo
1 commit: ce4366c9671d979fc3322e7d83cccd4a81b1ad2a
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 25 17:27:25 2020 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 17:28:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=ce4366c9
7
8 app-emulation/winetricks: add 'dev-util/shellcheck-bin' as an option
9
10 Reported-by: Jannik Glückert <jannik.glueckert <AT> gmail.com>
11 Bug: https://bugs.gentoo.org/727540
12 Package-Manager: Portage-2.3.102, Repoman-2.3.23
13 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
14
15 app-emulation/winetricks/winetricks-20200412.ebuild | 5 ++++-
16 app-emulation/winetricks/winetricks-99999999.ebuild | 7 +++++--
17 2 files changed, 9 insertions(+), 3 deletions(-)
18
19 diff --git a/app-emulation/winetricks/winetricks-20200412.ebuild b/app-emulation/winetricks/winetricks-20200412.ebuild
20 index a35bc33..380da37 100644
21 --- a/app-emulation/winetricks/winetricks-20200412.ebuild
22 +++ b/app-emulation/winetricks/winetricks-20200412.ebuild
23 @@ -33,7 +33,10 @@ BDEPEND="
24 test? (
25 dev-python/bashate
26 dev-util/checkbashisms
27 - dev-util/shellcheck
28 + || (
29 + dev-util/shellcheck-bin
30 + dev-util/shellcheck
31 + )
32 )
33 "
34 DEPEND=""
35
36 diff --git a/app-emulation/winetricks/winetricks-99999999.ebuild b/app-emulation/winetricks/winetricks-99999999.ebuild
37 index b189cfc..380da37 100644
38 --- a/app-emulation/winetricks/winetricks-99999999.ebuild
39 +++ b/app-emulation/winetricks/winetricks-99999999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2019 Gentoo Authors
42 +# Copyright 1999-2020 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -33,7 +33,10 @@ BDEPEND="
47 test? (
48 dev-python/bashate
49 dev-util/checkbashisms
50 - dev-util/shellcheck
51 + || (
52 + dev-util/shellcheck-bin
53 + dev-util/shellcheck
54 + )
55 )
56 "
57 DEPEND=""