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 F41361384B4 for ; Wed, 11 Nov 2015 17:27:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF8F521C0A6; Wed, 11 Nov 2015 17:27:34 +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 658D121C0A6 for ; Wed, 11 Nov 2015 17:27:34 +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 939D234078E for ; Wed, 11 Nov 2015 17:27:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 324F51063 for ; Wed, 11 Nov 2015 17:27:30 +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: <1447262823.3b7f08409587f14225fc02bf95acc53e17e37afb.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matplotlib/matplotlib-1.4.2.ebuild dev-python/matplotlib/matplotlib-1.4.3.ebuild dev-python/matplotlib/matplotlib-1.5.0.ebuild dev-python/matplotlib/matplotlib-9999.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3b7f08409587f14225fc02bf95acc53e17e37afb X-VCS-Branch: master Date: Wed, 11 Nov 2015 17:27: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: d536bce8-b2a0-40ef-80bc-47f4ea49f98e X-Archives-Hash: 3546310465a8632cf3324924ba4225b2 commit: 3b7f08409587f14225fc02bf95acc53e17e37afb Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 11 17:11:30 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 11 17:27:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7f0840 dev-python/matplotlib: Depend on threading support in python Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/matplotlib/matplotlib-1.4.2.ebuild | 2 +- dev-python/matplotlib/matplotlib-1.4.3.ebuild | 2 +- dev-python/matplotlib/matplotlib-1.5.0.ebuild | 2 +- dev-python/matplotlib/matplotlib-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-1.4.2.ebuild b/dev-python/matplotlib/matplotlib-1.4.2.ebuild index b090701..db8a59b 100644 --- a/dev-python/matplotlib/matplotlib-1.4.2.ebuild +++ b/dev-python/matplotlib/matplotlib-1.4.2.ebuild @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -PYTHON_REQ_USE='tk?' +PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 eutils flag-o-matic virtualx diff --git a/dev-python/matplotlib/matplotlib-1.4.3.ebuild b/dev-python/matplotlib/matplotlib-1.4.3.ebuild index 507da5b..538ff93 100644 --- a/dev-python/matplotlib/matplotlib-1.4.3.ebuild +++ b/dev-python/matplotlib/matplotlib-1.4.3.ebuild @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) -PYTHON_REQ_USE='tk?' +PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 eutils flag-o-matic virtualx toolchain-funcs diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild b/dev-python/matplotlib/matplotlib-1.5.0.ebuild index b32275d..db96ac7 100644 --- a/dev-python/matplotlib/matplotlib-1.5.0.ebuild +++ b/dev-python/matplotlib/matplotlib-1.5.0.ebuild @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) -PYTHON_REQ_USE='tk?' +PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 eutils flag-o-matic virtualx toolchain-funcs diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild index 1bde41e..bad2f74 100644 --- a/dev-python/matplotlib/matplotlib-9999.ebuild +++ b/dev-python/matplotlib/matplotlib-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) -PYTHON_REQ_USE='tk?' +PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 eutils flag-o-matic git-r3 virtualx toolchain-funcs