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 916A458973 for ; Tue, 9 Feb 2016 13:18:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0194321C13F; Tue, 9 Feb 2016 13:18:40 +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 9FACE21C13F for ; Tue, 9 Feb 2016 13:18:39 +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 BAD0234045C for ; Tue, 9 Feb 2016 13:18:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77D2CE5F for ; Tue, 9 Feb 2016 13:18:36 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1454689520.86165950f7430b2591a9c282fe958b1a60778e99.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pydotplus/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pydotplus/pydotplus-2.0.2.ebuild X-VCS-Directories: dev-python/pydotplus/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 86165950f7430b2591a9c282fe958b1a60778e99 X-VCS-Branch: master Date: Tue, 9 Feb 2016 13:18:36 +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: 544ad4fc-4ca3-4d75-979a-71c80335d24a X-Archives-Hash: 79654d9dd3be55d6632ab6d54e5d5ffc commit: 86165950f7430b2591a9c282fe958b1a60778e99 Author: Horea Christian mail ru> AuthorDate: Fri Feb 5 16:25:20 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 5 16:25:20 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=86165950 dev-python/pydotplus: culd not test on python 3.* Package-Manager: portage-2.2.27 dev-python/pydotplus/pydotplus-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydotplus/pydotplus-2.0.2.ebuild b/dev-python/pydotplus/pydotplus-2.0.2.ebuild index de5270b..6dd4159 100644 --- a/dev-python/pydotplus/pydotplus-2.0.2.ebuild +++ b/dev-python/pydotplus/pydotplus-2.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1