From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5477B138C91 for ; Mon, 24 Oct 2016 16:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96419E07F5; Mon, 24 Oct 2016 16:00:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FDCDE07F5 for ; Mon, 24 Oct 2016 16:00:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B2B73413E9 for ; Mon, 24 Oct 2016 16:00:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6723D304 for ; Mon, 24 Oct 2016 16:00:25 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1477324816.97687fafc49b784243fbbfc2d911eb99d8f9423b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycparser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycparser/pycparser-2.16-r1.ebuild X-VCS-Directories: dev-python/pycparser/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 97687fafc49b784243fbbfc2d911eb99d8f9423b X-VCS-Branch: master Date: Mon, 24 Oct 2016 16:00:25 +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: f9017c2e-5b91-4025-b3a6-8e287cadabcc X-Archives-Hash: 0e28d67004d676305ed17be6946e4558 commit: 97687fafc49b784243fbbfc2d911eb99d8f9423b Author: Mike Gilbert gentoo org> AuthorDate: Mon Oct 24 16:00:16 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Oct 24 16:00:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97687faf dev-python/pycparser: tidy chmod slightly Package-Manager: portage-2.3.2 dev-python/pycparser/pycparser-2.16-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycparser/pycparser-2.16-r1.ebuild b/dev-python/pycparser/pycparser-2.16-r1.ebuild index 800fc5a..05d488f 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 }