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:58:38
Message-Id: 1577235499.e54635636d425a600ccdd33a471ffe0adeb18603.sarnex@gentoo
1 commit: e54635636d425a600ccdd33a471ffe0adeb18603
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 25 00:58:19 2019 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 25 00:58:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=e5463563
7
8 app-emulation/winetricks: Sync with ::gentoo
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 | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/winetricks/winetricks-99999999.ebuild b/app-emulation/winetricks/winetricks-99999999.ebuild
17 index 35602d1..b189cfc 100644
18 --- a/app-emulation/winetricks/winetricks-99999999.ebuild
19 +++ b/app-emulation/winetricks/winetricks-99999999.ebuild
20 @@ -27,6 +27,7 @@ HOMEPAGE="https://github.com/Winetricks/winetricks https://wiki.winehq.org/Winet
21 LICENSE="LGPL-2.1+"
22 SLOT="0"
23 IUSE="gtk kde rar test"
24 +RESTRICT="!test? ( test )"
25
26 BDEPEND="
27 test? (
28 @@ -47,7 +48,6 @@ RDEPEND="${DEPEND}
29 kde? ( kde-apps/kdialog )
30 rar? ( app-arch/unrar )
31 "
32 -RESTRICT="!test? ( test )"
33
34 # Test targets include syntax checks only, not the "heavy duty" tests
35 # that would require a lot of disk space, as well as network access.