From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0BC14139BC9 for ; Mon, 28 Sep 2015 12:13:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18DAC21C020; Mon, 28 Sep 2015 12:13:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 385A921C006 for ; Mon, 28 Sep 2015 12:13:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A8613408F0 for ; Mon, 28 Sep 2015 12:13:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 806C623C for ; Mon, 28 Sep 2015 12:12:59 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443441672.aa3065ceb50691b758891438553c1f33eacb417d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest/pytest-2.8.0-r1.ebuild dev-python/pytest/pytest-2.8.0.ebuild X-VCS-Directories: dev-python/pytest/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: aa3065ceb50691b758891438553c1f33eacb417d X-VCS-Branch: master Date: Mon, 28 Sep 2015 12:12:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2db02730-5cff-46b7-94e4-42f275a39d48 X-Archives-Hash: 16369b6891c7c13bc6ce1b7b335bf42a commit: aa3065ceb50691b758891438553c1f33eacb417d Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 28 12:01:12 2015 +0000 Commit: Justin Lecher gentoo 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 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"