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 EB45958973 for ; Sat, 30 Jan 2016 13:21:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A8E621C002; Sat, 30 Jan 2016 13:21:21 +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 1AC2E21C002 for ; Sat, 30 Jan 2016 13:21:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B48833BE2F for ; Sat, 30 Jan 2016 13:21:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EDC5C0 for ; Sat, 30 Jan 2016 13:21:17 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1454159502.fc5d879ab4745029d16af3dfc770dfadec394a16.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sympy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sympy/sympy-0.7.6.1-r1.ebuild X-VCS-Directories: dev-python/sympy/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: fc5d879ab4745029d16af3dfc770dfadec394a16 X-VCS-Branch: master Date: Sat, 30 Jan 2016 13:21:17 +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: 667d6be8-6551-4f5d-8a52-91c71a91e596 X-Archives-Hash: e4fe4e7b47b31e5276059e96d09fe8f8 commit: fc5d879ab4745029d16af3dfc770dfadec394a16 Author: Andrey Grozin gentoo org> AuthorDate: Sat Jan 30 13:10:41 2016 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Sat Jan 30 13:11:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5d879a dev-python/sympy: docs are now built by python-2.7 Bug: 573282 Package-Manager: portage-2.2.27 dev-python/sympy/sympy-0.7.6.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/sympy/sympy-0.7.6.1-r1.ebuild b/dev-python/sympy/sympy-0.7.6.1-r1.ebuild index c480b6e..6a0f6dd 100644 --- a/dev-python/sympy/sympy-0.7.6.1-r1.ebuild +++ b/dev-python/sympy/sympy-0.7.6.1-r1.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' ) inherit distutils-r1 eutils virtualx