commit: df6f6f3d3a4c750423898261639041746ec687e4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 13:38:13 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 13:38:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6f6f3d
dev-python/pycares: Restore RESTRICT=test
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pycares/pycares-3.0.0_p20190709.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pycares/pycares-3.0.0_p20190709.ebuild
b/dev-python/pycares/pycares-3.0.0_p20190709.ebuild
index affb04d0f0e..12865ccb31f 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}]"