diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2019-12-24 19:25:43 -0500 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2019-12-24 19:25:43 -0500 |
commit | 3428f827643b9460f7c0b15f4c64025349ab8fe1 (patch) | |
tree | d6b141f3487d6eee082f27646788e66fd540fb3b /app-emulation/winetricks | |
parent | app-emulation/winetricks: Sync with ::wine (diff) | |
download | gentoo-3428f827643b9460f7c0b15f4c64025349ab8fe1.tar.gz gentoo-3428f827643b9460f7c0b15f4c64025349ab8fe1.tar.bz2 gentoo-3428f827643b9460f7c0b15f4c64025349ab8fe1.zip |
app-emulation/winetricks: Sync with ::wine
Fix warning
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/winetricks')
-rw-r--r-- | app-emulation/winetricks/winetricks-20191224.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/winetricks/winetricks-20191224.ebuild b/app-emulation/winetricks/winetricks-20191224.ebuild index 900a5b539221..2a88c5a5cb66 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. |