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 EABF61388C2 for ; Sun, 8 Nov 2015 16:27:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C3A921C010; Sun, 8 Nov 2015 16:27:17 +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 BCE7021C005 for ; Sun, 8 Nov 2015 16:27:16 +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 102A633FE13 for ; Sun, 8 Nov 2015 16:27:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B524B22A4 for ; Sun, 8 Nov 2015 16:27:14 +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: <1447000031.b22eb094196409ecee4d034166e63f22a729a677.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.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: b22eb094196409ecee4d034166e63f22a729a677 X-VCS-Branch: master Date: Sun, 8 Nov 2015 16:27:14 +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: ff0e012a-3922-4f81-bf8e-590b82cb9012 X-Archives-Hash: 08cc2df1230c3781a024a3d85a8e8bc6 commit: b22eb094196409ecee4d034166e63f22a729a677 Author: Justin Lecher gentoo org> AuthorDate: Sun Nov 8 16:26:48 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Nov 8 16:27:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22eb094 dev-python/matplotlib: Update to new py impl support in pyfltk Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/matplotlib/matplotlib-1.4.3.ebuild | 5 +---- dev-python/matplotlib/matplotlib-1.5.0.ebuild | 5 +---- dev-python/matplotlib/matplotlib-9999.ebuild | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-1.4.3.ebuild b/dev-python/matplotlib/matplotlib-1.4.3.ebuild index b4f7faa..ed25b87 100644 --- a/dev-python/matplotlib/matplotlib-1.4.3.ebuild +++ b/dev-python/matplotlib/matplotlib-1.4.3.ebuild @@ -84,10 +84,7 @@ RDEPEND="${COMMON_DEPEND} ) ) excel? ( dev-python/xlwt[${PYTHON_USEDEP}] ) - fltk? ( - $(python_gen_cond_dep 'dev-python/pyfltk[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep 'dev-python/pyfltk[${PYTHON_USEDEP}]' 'python3*') - ) + fltk? ( dev-python/pyfltk[${PYTHON_USEDEP}] ) gtk3? ( dev-python/pygobject:3[${PYTHON_USEDEP}] x11-libs/gtk+:3[introspection] ) diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild b/dev-python/matplotlib/matplotlib-1.5.0.ebuild index ba3180e..444bf6f 100644 --- a/dev-python/matplotlib/matplotlib-1.5.0.ebuild +++ b/dev-python/matplotlib/matplotlib-1.5.0.ebuild @@ -87,10 +87,7 @@ RDEPEND="${COMMON_DEPEND} ) ) excel? ( dev-python/xlwt[${PYTHON_USEDEP}] ) - fltk? ( - $(python_gen_cond_dep 'dev-python/pyfltk[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep 'dev-python/pyfltk[${PYTHON_USEDEP}]' 'python3*') - ) + fltk? ( dev-python/pyfltk[${PYTHON_USEDEP}] ) gtk3? ( dev-python/pygobject:3[${PYTHON_USEDEP}] x11-libs/gtk+:3[introspection] ) diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild index 0346253..9830282 100644 --- a/dev-python/matplotlib/matplotlib-9999.ebuild +++ b/dev-python/matplotlib/matplotlib-9999.ebuild @@ -86,10 +86,7 @@ RDEPEND="${COMMON_DEPEND} ) ) excel? ( dev-python/xlwt[${PYTHON_USEDEP}] ) - fltk? ( - $(python_gen_cond_dep 'dev-python/pyfltk[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep 'dev-python/pyfltk[${PYTHON_USEDEP}]' 'python3*') - ) + fltk? ( dev-python/pyfltk[${PYTHON_USEDEP}] ) gtk3? ( dev-python/pygobject:3[${PYTHON_USEDEP}] x11-libs/gtk+:3[introspection] )