diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2020-07-13 20:33:32 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2020-07-13 20:34:03 -0400 |
commit | 74ce167e9ee6c71fc5578d8271083627933c325c (patch) | |
tree | 2fef274148b78ae5d9b31a620e687efc3ed85f7b /app-emulation/winetricks | |
parent | app-text/editorconfig-core-c-0.12.3-r2: Revbump, move doxygen dep under USE=doc (diff) | |
download | gentoo-74ce167e9ee6c71fc5578d8271083627933c325c.tar.gz gentoo-74ce167e9ee6c71fc5578d8271083627933c325c.tar.bz2 gentoo-74ce167e9ee6c71fc5578d8271083627933c325c.zip |
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@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 a35bc33a2081..380da376c94c 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 b189cfcbaca7..380da376c94c 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="" |