commit: 48441297b28e6adb663a0c7ac80837ea637ac418
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 22:25:01 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 22:25:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48441297
dev-python/utidylib: Add RESTRICT="!test? ( test )"
...after test was unrestricted.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/utidylib/utidylib-0.6-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/utidylib/utidylib-0.6-r1.ebuild
b/dev-python/utidylib/utidylib-0.6-r1.ebuild
index aac52bdb1b4..64873389cd0 100644
--- a/dev-python/utidylib/utidylib-0.6-r1.ebuild
+++ b/dev-python/utidylib/utidylib-0.6-r1.ebuild
@@ -31,6 +31,8 @@ RDEPEND="
app-text/tidy-html5
"
+RESTRICT="!test? ( test )"
+
S="${WORKDIR}/${MY_P}"
python_compile_all() {