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:55
Message-Id: 1577233486.7719a5458186b19d7e1b63d7dc68031e9f77dcce.sarnex@gentoo
1 commit: 7719a5458186b19d7e1b63d7dc68031e9f77dcce
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 25 00:24:46 2019 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 25 00:24:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=7719a545
7
8 app-emulation/winetricks: Fix warning
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-20191224.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/app-emulation/winetricks/winetricks-20191224.ebuild b/app-emulation/winetricks/winetricks-20191224.ebuild
17 index 900a5b5..2a88c5a 100644
18 --- a/app-emulation/winetricks/winetricks-20191224.ebuild
19 +++ b/app-emulation/winetricks/winetricks-20191224.ebuild
20 @@ -48,6 +48,8 @@ RDEPEND="${DEPEND}
21 rar? ( app-arch/unrar )
22 "
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.