commit: ccff5f9de55baf85c4849da46ca49de1647ed927
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 20 12:29:18 2018 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 12:29:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=ccff5f9d
app-emulation/winetricks: Move syntax test dependencies to DEPEND.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-emulation/winetricks/winetricks-20171222.ebuild | 12 +++++++-----
app-emulation/winetricks/winetricks-99999999.ebuild | 12 +++++++-----
2 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/app-emulation/winetricks/winetricks-20171222.ebuild
b/app-emulation/winetricks/winetricks-20171222.ebuild
index 1b2a029..58d2e71 100644
--- a/app-emulation/winetricks/winetricks-20171222.ebuild
+++ b/app-emulation/winetricks/winetricks-20171222.ebuild
@@ -27,7 +27,12 @@ LICENSE="LGPL-2.1+"
SLOT="0"
IUSE="gtk kde rar test"
-DEPEND=""
+DEPEND="test? (
+ dev-python/bashate
+ dev-util/checkbashisms
+ dev-util/shellcheck
+ )"
+
RDEPEND="app-arch/cabextract
app-arch/p7zip
app-arch/unzip
@@ -36,10 +41,7 @@ RDEPEND="app-arch/cabextract
x11-misc/xdg-utils
gtk? ( gnome-extra/zenity )
kde? ( kde-apps/kdialog )
- rar? ( app-arch/unrar )
- test? ( dev-python/bashate
- dev-util/checkbashisms
- dev-util/shellcheck )"
+ rar? ( app-arch/unrar )"
# Test targets include syntax checks only, not the "heavy duty" tests
# that would require a lot of disk space, as well as network access.
diff --git a/app-emulation/winetricks/winetricks-99999999.ebuild
b/app-emulation/winetricks/winetricks-99999999.ebuild
index 1b2a029..58d2e71 100644
--- a/app-emulation/winetricks/winetricks-99999999.ebuild
+++ b/app-emulation/winetricks/winetricks-99999999.ebuild
@@ -27,7 +27,12 @@ LICENSE="LGPL-2.1+"
SLOT="0"
IUSE="gtk kde rar test"
-DEPEND=""
+DEPEND="test? (
+ dev-python/bashate
+ dev-util/checkbashisms
+ dev-util/shellcheck
+ )"
+
RDEPEND="app-arch/cabextract
app-arch/p7zip
app-arch/unzip
@@ -36,10 +41,7 @@ RDEPEND="app-arch/cabextract
x11-misc/xdg-utils
gtk? ( gnome-extra/zenity )
kde? ( kde-apps/kdialog )
- rar? ( app-arch/unrar )
- test? ( dev-python/bashate
- dev-util/checkbashisms
- dev-util/shellcheck )"
+ rar? ( app-arch/unrar )"
# Test targets include syntax checks only, not the "heavy duty" tests
# that would require a lot of disk space, as well as network access.