commit: 4183a3348b0caffcdb97668668096530ef211e68
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 20:41:50 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 15 20:48:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4183a334
dev-python/pycares: Restore RESTRICT=test
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pycares/pycares-4.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pycares/pycares-4.0.0.ebuild
b/dev-python/pycares/pycares-4.0.0.ebuild
index 7438fd24ca2..7fa1aa40f43 100644
--- a/dev-python/pycares/pycares-4.0.0.ebuild
+++ b/dev-python/pycares/pycares-4.0.0.ebuild
@@ -15,7 +15,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
# Tests fail with network-sandbox, since they try to resolve google.com
-#RESTRICT="test"
+RESTRICT="test"
DEPEND="net-dns/c-ares"
BDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"