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 25B86139694 for ; Tue, 16 May 2017 21:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9A1AE0DD7; Tue, 16 May 2017 21:05:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AB975E0DD6 for ; Tue, 16 May 2017 21:05:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B37373416B7 for ; Tue, 16 May 2017 21:05:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59ABF745C for ; Tue, 16 May 2017 21:05:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1494968712.aafaf16ebe8f48d1b014378c60474d63745c222a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/astroid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/astroid/astroid-1.5.2-r1.ebuild dev-python/astroid/astroid-1.5.2.ebuild X-VCS-Directories: dev-python/astroid/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aafaf16ebe8f48d1b014378c60474d63745c222a X-VCS-Branch: master Date: Tue, 16 May 2017 21:05:30 +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: 5689f955-4559-4f25-abd7-0cd370168cbb X-Archives-Hash: 5609db7d1376e9e7050bd9105accdf37 commit: aafaf16ebe8f48d1b014378c60474d63745c222a Author: Michał Górny gentoo org> AuthorDate: Tue May 16 19:04:30 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 16 21:05:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafaf16e dev-python/astroid: Fix python_prepare -> _all dev-python/astroid/{astroid-1.5.2.ebuild => astroid-1.5.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/astroid/astroid-1.5.2.ebuild b/dev-python/astroid/astroid-1.5.2-r1.ebuild similarity index 98% rename from dev-python/astroid/astroid-1.5.2.ebuild rename to dev-python/astroid/astroid-1.5.2-r1.ebuild index a8ca030e0d2..9ca652321ed 100644 --- a/dev-python/astroid/astroid-1.5.2.ebuild +++ b/dev-python/astroid/astroid-1.5.2-r1.ebuild @@ -37,7 +37,7 @@ DEPEND=" # Required for tests DISTUTILS_IN_SOURCE_BUILD=1 -python_prepare() { +python_prepare_all() { # Disable failing test sed -i -e "/test_namespace_package_pth_support/a\\ return" astroid/tests/unittest_manager.py || die distutils-r1_python_prepare_all