Gentoo Archives: gentoo-commits

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