diff options
Diffstat (limited to 'dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild')
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild b/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild index 0a5197bb26e0..b4a406c768b9 100644 --- a/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild +++ b/dev-python/matplotlib/matplotlib-1.2.0-r2.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.2.0-r2.ebuild,v 1.15 2014/04/26 08:20:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild,v 1.16 2014/11/23 16:36:23 floppym Exp $ EAPI=5 @@ -25,7 +25,6 @@ LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1" # #456704 -- a lot of py2-only deps PY2_USEDEP=$(python_gen_usedep 'python2*') -PY32_USEDEP=$(python_gen_usedep python{3_2,3_3}) COMMON_DEPEND="dev-python/numpy[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] @@ -43,7 +42,7 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig doc? ( app-text/dvipng - virtual/python-imaging[${PY2_USEDEP},${PY32_USEDEP}] + virtual/python-imaging[${PYTHON_USEDEP}] dev-python/ipython dev-python/xlwt[${PY2_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] |