From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-860494-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id EB45958973
	for <garchives@archives.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; Sat, 30 Jan 2016 13:21:17 +0000 (UTC)
From: "Andrey Grozin" <grozin@gentoo.org>
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" <grozin@gentoo.org>
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: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 667d6be8-6551-4f5d-8a52-91c71a91e596
X-Archives-Hash: e4fe4e7b47b31e5276059e96d09fe8f8

commit:     fc5d879ab4745029d16af3dfc770dfadec394a16
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 13:10:41 2016 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> 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