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 DA0A6139694 for ; Tue, 16 May 2017 21:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4777DE0E03; Tue, 16 May 2017 21:05:44 +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 239CAE0E03 for ; Tue, 16 May 2017 21:05:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4F3D8341692 for ; Tue, 16 May 2017 21:05:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 942A4745F 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: <1494968720.731fa9948ec95574c0319b6eb1911dcd34a2952e.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 X-VCS-Directories: dev-python/astroid/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 731fa9948ec95574c0319b6eb1911dcd34a2952e 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: d035d90e-370e-45d2-8dd3-3b168f7708ea X-Archives-Hash: ea8e24a2531a56f576a8b45c0f84f010 commit: 731fa9948ec95574c0319b6eb1911dcd34a2952e Author: Michał Górny gentoo org> AuthorDate: Tue May 16 20:59:30 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 16 21:05:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731fa994 dev-python/astroid: Re-enable out-of-source builds dev-python/astroid/astroid-1.5.2-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/astroid/astroid-1.5.2-r1.ebuild b/dev-python/astroid/astroid-1.5.2-r1.ebuild index e3296e7b91b..5f70a26b9df 100644 --- a/dev-python/astroid/astroid-1.5.2-r1.ebuild +++ b/dev-python/astroid/astroid-1.5.2-r1.ebuild @@ -34,8 +34,6 @@ DEPEND=" dev-python/pytest[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] )" -# Required for tests -DISTUTILS_IN_SOURCE_BUILD=1 python_prepare_all() { # Disable failing tests