diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-09-17 08:53:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-09-17 08:53:33 +0000 |
commit | c76f758e22a92f15e67344e77377e9cca5042a1c (patch) | |
tree | 2a096f722c0def7c80a50a4a31b9229cc5bbfc74 | |
parent | media-libs/qhull: Drop pc support again as matplotlib works better without (diff) | |
download | gentoo-2-c76f758e22a92f15e67344e77377e9cca5042a1c.tar.gz gentoo-2-c76f758e22a92f15e67344e77377e9cca5042a1c.tar.bz2 gentoo-2-c76f758e22a92f15e67344e77377e9cca5042a1c.zip |
dev-python/matplotlib: Reduce usage of virtualx, #498028
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.4.0.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 53724ceaaf88..c8cef3dd0aa0 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.170 2014/09/14 18:45:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.171 2014/09/17 08:53:33 jlec Exp $ + + 17 Sep 2014; Justin Lecher <jlec@gentoo.org> matplotlib-1.4.0.ebuild: + Reduce usage of virtualx, #498028 *matplotlib-1.4.0 (14 Sep 2014) diff --git a/dev-python/matplotlib/matplotlib-1.4.0.ebuild b/dev-python/matplotlib/matplotlib-1.4.0.ebuild index 222d130bbf5f..8b86e8ada294 100644 --- a/dev-python/matplotlib/matplotlib-1.4.0.ebuild +++ b/dev-python/matplotlib/matplotlib-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.0.ebuild,v 1.1 2014/09/14 18:45:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.0.ebuild,v 1.2 2014/09/17 08:53:33 jlec Exp $ EAPI=5 @@ -8,8 +8,6 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE='tk?' -VIRTUALX_REQUIRED="always" - inherit distutils-r1 eutils flag-o-matic virtualx DESCRIPTION="Pure python plotting library with matlab like syntax" @@ -210,8 +208,7 @@ wrap_setup() { } python_compile() { - VIRTUALX_COMMAND="wrap_setup distutils-r1_python_compile" - virtualmake + wrap_setup distutils-r1_python_compile } python_compile_all() { |