Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/winetricks/
Date: Wed, 25 Dec 2019 00:56:56
Message-Id: 1577235391.2c590eb99eeb3d988d91653a27f12d0647e16831.sarnex@gentoo
1 commit: 2c590eb99eeb3d988d91653a27f12d0647e16831
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 25 00:56:31 2019 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 25 00:56:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=2c590eb9
7
8 app-emulation/winetricks: Fix warning again
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
12
13 app-emulation/winetricks/winetricks-99999999.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/app-emulation/winetricks/winetricks-99999999.ebuild b/app-emulation/winetricks/winetricks-99999999.ebuild
17 index 900a5b5..35602d1 100644
18 --- a/app-emulation/winetricks/winetricks-99999999.ebuild
19 +++ b/app-emulation/winetricks/winetricks-99999999.ebuild
20 @@ -47,6 +47,7 @@ RDEPEND="${DEPEND}
21 kde? ( kde-apps/kdialog )
22 rar? ( app-arch/unrar )
23 "
24 +RESTRICT="!test? ( test )"
25
26 # Test targets include syntax checks only, not the "heavy duty" tests
27 # that would require a lot of disk space, as well as network access.