diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2020-06-25 20:27:25 +0300 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2020-06-25 20:28:20 +0300 |
commit | ce4366c9671d979fc3322e7d83cccd4a81b1ad2a (patch) | |
tree | bb7b7d78c44609e54ba58613df6d4f8dfc66638e /app-emulation/winetricks | |
parent | app-emulation/wine-staging: Drop old (diff) | |
download | wine-ce4366c9671d979fc3322e7d83cccd4a81b1ad2a.tar.gz wine-ce4366c9671d979fc3322e7d83cccd4a81b1ad2a.tar.bz2 wine-ce4366c9671d979fc3322e7d83cccd4a81b1ad2a.zip |
app-emulation/winetricks: add 'dev-util/shellcheck-bin' as an option
Reported-by: Jannik Glückert <jannik.glueckert@gmail.com>
Bug: https://bugs.gentoo.org/727540
Package-Manager: Portage-2.3.102, Repoman-2.3.23
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'app-emulation/winetricks')
-rw-r--r-- | app-emulation/winetricks/winetricks-20200412.ebuild | 5 | ||||
-rw-r--r-- | 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="" |