From fbe6ff561b7a137fd273981ae77947d19b23fa75 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 29 Sep 2015 10:19:36 +0200 Subject: [PATCH] dev-python/httplib2: Set readable bit for egg Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher --- .../{httplib2-0.9.2.ebuild => httplib2-0.9.2-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) rename dev-python/httplib2/{httplib2-0.9.2.ebuild => httplib2-0.9.2-r1.ebuild} (89%) diff --git a/dev-python/httplib2/httplib2-0.9.2.ebuild b/dev-python/httplib2/httplib2-0.9.2-r1.ebuild similarity index 89% rename from dev-python/httplib2/httplib2-0.9.2.ebuild rename to dev-python/httplib2/httplib2-0.9.2-r1.ebuild index 78cdde8b65ba..20df28421041 100644 --- a/dev-python/httplib2/httplib2-0.9.2.ebuild +++ b/dev-python/httplib2/httplib2-0.9.2-r1.ebuild @@ -22,6 +22,11 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" # tests connect to random remote sites RESTRICT="test" +python_prepare_all() { + chmod o+r */*egg*/* || die + distutils-r1_python_prepare_all +} + python_test() { if [[ ${EPYTHON} == python2.7 ]] ; then cd python2 || die -- 2.26.2