From: Justin Lecher Date: Tue, 29 Sep 2015 08:19:36 +0000 (+0200) Subject: dev-python/httplib2: Set readable bit for egg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fbe6ff561b7a137fd273981ae77947d19b23fa75;p=gentoo.git dev-python/httplib2: Set readable bit for egg Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher --- 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