aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2018-01-20 14:29:18 +0200
committerJimi Huotari <chiitoo@gentoo.org>2018-01-20 14:29:18 +0200
commitccff5f9de55baf85c4849da46ca49de1647ed927 (patch)
treef4f881f612e551dd62e7156d9939acea9027fef3 /app-emulation/winetricks
parentapp-emulation/wine-any: Fix manpage generation (diff)
downloadwine-ccff5f9de55baf85c4849da46ca49de1647ed927.tar.gz
wine-ccff5f9de55baf85c4849da46ca49de1647ed927.tar.bz2
wine-ccff5f9de55baf85c4849da46ca49de1647ed927.zip
app-emulation/winetricks: Move syntax test dependencies to DEPEND.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-emulation/winetricks')
-rw-r--r--app-emulation/winetricks/winetricks-20171222.ebuild12
-rw-r--r--app-emulation/winetricks/winetricks-99999999.ebuild12
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.