diff options
author | Mike Auty <ikelos@gentoo.org> | 2019-11-29 22:36:57 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2019-11-29 22:36:57 +0000 |
commit | dc7f6ed02d0fcc46666fb009a82e0e4bba35ee36 (patch) | |
tree | 6f4bc63fef60a533225338f33fb4ea5d0b781e96 /dev-python/mypy/mypy-0.740.ebuild | |
parent | net-analyzer/*: drop last-rited pkgs (diff) | |
download | gentoo-dc7f6ed02d0fcc46666fb009a82e0e4bba35ee36.tar.gz gentoo-dc7f6ed02d0fcc46666fb009a82e0e4bba35ee36.tar.bz2 gentoo-dc7f6ed02d0fcc46666fb009a82e0e4bba35ee36.zip |
dev-python/mypy: Add in RESTRICT QA improvement.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Mike Auty <ikelos@gentoo.org>
Diffstat (limited to 'dev-python/mypy/mypy-0.740.ebuild')
-rw-r--r-- | dev-python/mypy/mypy-0.740.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/mypy/mypy-0.740.ebuild b/dev-python/mypy/mypy-0.740.ebuild index 40b579062abc..59d0673680bb 100644 --- a/dev-python/mypy/mypy-0.740.ebuild +++ b/dev-python/mypy/mypy-0.740.ebuild @@ -43,6 +43,8 @@ CDEPEND=" RDEPEND="${CDEPEND}" +RESTRICT="!test? ( test )" + src_unpack() { if [ "${PV}" == "9999" ]; then git-r3_src_unpack |