commit: aa3065ceb50691b758891438553c1f33eacb417d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 12:01:12 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 12:01:12 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3065ce
dev-python/pytest: Remove w for world
Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pytest/{pytest-2.8.0.ebuild => pytest-2.8.0-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pytest/pytest-2.8.0.ebuild
b/dev-python/pytest/pytest-2.8.0-r1.ebuild
similarity index 98%
rename from dev-python/pytest/pytest-2.8.0.ebuild
rename to dev-python/pytest/pytest-2.8.0-r1.ebuild
index 9c8599a..7e73bf5 100644
--- a/dev-python/pytest/pytest-2.8.0.ebuild
+++ b/dev-python/pytest/pytest-2.8.0-r1.ebuild
@@ -35,6 +35,7 @@ DEPEND="${RDEPEND}
)"
python_prepare_all() {
+ chmod o-w *egg*/* || die
# Disable versioning of py.test script to avoid collision with
# versioning performed by the eclass.
sed -e "s/return points/return {'py.test': target}/" -i setup.py || die
"sed failed"