commit:     fbe6ff561b7a137fd273981ae77947d19b23fa75
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 29 08:19:36 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 08:34:45 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe6ff56

dev-python/httplib2: Set readable bit for egg

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 .../httplib2/{httplib2-0.9.2.ebuild => httplib2-0.9.2-r1.ebuild}     | 5 +++++
 1 file changed, 5 insertions(+)

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 78cdde8..20df284 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

Reply via email to