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 5A078138208 for ; Tue, 26 Apr 2016 19:06:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EE7221C022; Tue, 26 Apr 2016 19:06:36 +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 2654321C022 for ; Tue, 26 Apr 2016 19:06:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3339C340B6E for ; Tue, 26 Apr 2016 19:06:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02E87969 for ; Tue, 26 Apr 2016 19:06:32 +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: <1461694133.17c5e3ad25c425a5ad809f05dd8f000e255e0d5d.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: 17c5e3ad25c425a5ad809f05dd8f000e255e0d5d X-VCS-Branch: master Date: Tue, 26 Apr 2016 19:06:32 +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: 54c37925-414c-457d-85e2-5eb30116967c X-Archives-Hash: bdb0ba824287a7b011969aecde41b524 commit: 17c5e3ad25c425a5ad809f05dd8f000e255e0d5d Author: Horea Christian yandex com> AuthorDate: Tue Apr 26 18:08:53 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Apr 26 18:08:53 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=17c5e3ad dev-python/pydotplus: added 3.4 compatibility Package-Manager: portage-2.2.28 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 d4d8965..3a9d159 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 ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit distutils-r1