diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-12 00:25:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-12 00:25:17 +0200 |
commit | 48441297b28e6adb663a0c7ac80837ea637ac418 (patch) | |
tree | 7f648d1f44d96cc6433e637b73c4d7bc73852146 /dev-python/utidylib/utidylib-0.6-r1.ebuild | |
parent | sys-auth/sssd: Enable local provider (diff) | |
download | gentoo-48441297b28e6adb663a0c7ac80837ea637ac418.tar.gz gentoo-48441297b28e6adb663a0c7ac80837ea637ac418.tar.bz2 gentoo-48441297b28e6adb663a0c7ac80837ea637ac418.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/utidylib/utidylib-0.6-r1.ebuild')
-rw-r--r-- | dev-python/utidylib/utidylib-0.6-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/utidylib/utidylib-0.6-r1.ebuild b/dev-python/utidylib/utidylib-0.6-r1.ebuild index aac52bdb1b41..64873389cd02 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() { |