summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pycparser')
-rw-r--r--dev-python/pycparser/pycparser-2.16-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycparser/pycparser-2.16-r1.ebuild b/dev-python/pycparser/pycparser-2.16-r1.ebuild
index 800fc5a15b7a..05d488f3edcc 100644
--- a/dev-python/pycparser/pycparser-2.16-r1.ebuild
+++ b/dev-python/pycparser/pycparser-2.16-r1.ebuild
@@ -24,7 +24,7 @@ DEPEND="${RDEPEND}
python_prepare_all() {
# Bad permissions in tarball
- chmod -R g+rX,o+rX "${S}" || die
+ chmod -R go+rX "${S}" || die
distutils-r1_python_prepare_all
}