aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Sarnie <sarnex@gentoo.org>2019-12-24 19:24:46 -0500
committerNick Sarnie <sarnex@gentoo.org>2019-12-24 19:24:46 -0500
commit7719a5458186b19d7e1b63d7dc68031e9f77dcce (patch)
treee0021720a689607662ba265a88456018f1f2b696
parentapp-emulation/winetricks: add version 20191224 (diff)
downloadwine-7719a5458186b19d7e1b63d7dc68031e9f77dcce.tar.gz
wine-7719a5458186b19d7e1b63d7dc68031e9f77dcce.tar.bz2
wine-7719a5458186b19d7e1b63d7dc68031e9f77dcce.zip
app-emulation/winetricks: Fix warning
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
-rw-r--r--app-emulation/winetricks/winetricks-20191224.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/winetricks/winetricks-20191224.ebuild b/app-emulation/winetricks/winetricks-20191224.ebuild
index 900a5b5..2a88c5a 100644
--- a/app-emulation/winetricks/winetricks-20191224.ebuild
+++ b/app-emulation/winetricks/winetricks-20191224.ebuild
@@ -48,6 +48,8 @@ RDEPEND="${DEPEND}
rar? ( app-arch/unrar )
"
+RESTRICT="!test? ( test )"
+
# Test targets include syntax checks only, not the "heavy duty" tests
# that would require a lot of disk space, as well as network access.