diff options
author | Benda XU <heroxbd@gentoo.org> | 2014-12-05 05:08:01 +0000 |
---|---|---|
committer | Benda XU <heroxbd@gentoo.org> | 2014-12-05 05:08:01 +0000 |
commit | 3d5c720387c6db95c2cd8ea961ce70aa77025fe7 (patch) | |
tree | 1f7cc47517d462cbbc47a76a133eb1fe3b9471ff /dev-python/matplotlib | |
parent | Remove obsolete ebuilds. (diff) | |
download | gentoo-2-3d5c720387c6db95c2cd8ea961ce70aa77025fe7.tar.gz gentoo-2-3d5c720387c6db95c2cd8ea961ce70aa77025fe7.tar.bz2 gentoo-2-3d5c720387c6db95c2cd8ea961ce70aa77025fe7.zip |
Tune dependencies of matplotlib-1.4.2: according to INSTALL in the tarball, it requires six 1.4 or later, freetype 2.3 or later.
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.4.2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 651855dac0bc..4481fd7a5f4f 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,10 @@ # 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.174 2014/11/28 10:50:34 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.175 2014/12/05 05:08:01 heroxbd Exp $ + + 05 Dec 2014; Benda Xu <heroxbd@gentoo.org> matplotlib-1.4.2.ebuild: + Tune dependencies of matplotlib-1.4.2: according to INSTALL in the tarball, it + requires six 1.4 or later, freetype 2.3 or later. 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> matplotlib-9999.ebuild: Support python 3.4 diff --git a/dev-python/matplotlib/matplotlib-1.4.2.ebuild b/dev-python/matplotlib/matplotlib-1.4.2.ebuild index 3fae52381c9a..1a65a92cbd92 100644 --- a/dev-python/matplotlib/matplotlib-1.4.2.ebuild +++ b/dev-python/matplotlib/matplotlib-1.4.2.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.2.ebuild,v 1.2 2014/11/23 16:36:23 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.2.ebuild,v 1.3 2014/12/05 05:08:01 heroxbd Exp $ EAPI=5 @@ -29,9 +29,9 @@ COMMON_DEPEND=" >=dev-python/numpy-1.6[${PYTHON_USEDEP}] dev-python/python-dateutil:0[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] - >=dev-python/six-1.3[${PYTHON_USEDEP}] + >=dev-python/six-1.4[${PYTHON_USEDEP}] media-fonts/stix-fonts - media-libs/freetype:2 + >=media-libs/freetype-2.3 media-libs/libpng:0 media-libs/qhull gtk? ( |