Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/utidylib/
Date: Sun, 11 Oct 2020 22:25:28
Message-Id: 1602455117.48441297b28e6adb663a0c7ac80837ea637ac418.asturm@gentoo
1 commit: 48441297b28e6adb663a0c7ac80837ea637ac418
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 22:25:01 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 22:25:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48441297
7
8 dev-python/utidylib: Add RESTRICT="!test? ( test )"
9
10 ...after test was unrestricted.
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-python/utidylib/utidylib-0.6-r1.ebuild | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/dev-python/utidylib/utidylib-0.6-r1.ebuild b/dev-python/utidylib/utidylib-0.6-r1.ebuild
19 index aac52bdb1b4..64873389cd0 100644
20 --- a/dev-python/utidylib/utidylib-0.6-r1.ebuild
21 +++ b/dev-python/utidylib/utidylib-0.6-r1.ebuild
22 @@ -31,6 +31,8 @@ RDEPEND="
23 app-text/tidy-html5
24 "
25
26 +RESTRICT="!test? ( test )"
27 +
28 S="${WORKDIR}/${MY_P}"
29
30 python_compile_all() {