diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 15:38:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 15:38:13 +0200 |
commit | df6f6f3d3a4c750423898261639041746ec687e4 (patch) | |
tree | 90fb077c5fbbd3989052b70ee0062c549f1e0366 /dev-python | |
parent | media-libs/osl: Remove local descs of CPU_FLAGS_X86 (diff) | |
download | gentoo-df6f6f3d3a4c750423898261639041746ec687e4.tar.gz gentoo-df6f6f3d3a4c750423898261639041746ec687e4.tar.bz2 gentoo-df6f6f3d3a4c750423898261639041746ec687e4.zip |
dev-python/pycares: Restore RESTRICT=test
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pycares/pycares-3.0.0_p20190709.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycares/pycares-3.0.0_p20190709.ebuild b/dev-python/pycares/pycares-3.0.0_p20190709.ebuild index affb04d0f0ed..12865ccb31f9 100644 --- a/dev-python/pycares/pycares-3.0.0_p20190709.ebuild +++ b/dev-python/pycares/pycares-3.0.0_p20190709.ebuild @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" # Tests fail with network-sandbox, since they try to resolve google.com -#RESTRICT="test" +RESTRICT="test" # uses bundled/patched c-ares RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]" |