floppym 14/12/24 18:38:07 Modified: matplotlib-1.3.0.ebuild ChangeLog Log: Set upper-bound on numpy dep, bug 532202. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.13 dev-python/matplotlib/matplotlib-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.0.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.0.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.0.ebuild?r1=1.12&r2=1.13 Index: matplotlib-1.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.0.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- matplotlib-1.3.0.ebuild 23 Nov 2014 16:36:23 -0000 1.12 +++ matplotlib-1.3.0.ebuild 24 Dec 2014 18:38:07 -0000 1.13 @@ -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.3.0.ebuild,v 1.12 2014/11/23 16:36:23 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.0.ebuild,v 1.13 2014/12/24 18:38:07 floppym Exp $ EAPI=5 @@ -26,7 +26,7 @@ # #456704 -- a lot of py2-only deps PY2_USEDEP=$(python_gen_usedep 'python2*') COMMON_DEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] + <dev-python/numpy-1.9.0[${PYTHON_USEDEP}] dev-python/python-dateutil:0[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] 1.177 dev-python/matplotlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.177&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.177&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.176&r2=1.177 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v retrieving revision 1.176 retrieving revision 1.177 diff -u -r1.176 -r1.177 --- ChangeLog 18 Dec 2014 12:54:02 -0000 1.176 +++ ChangeLog 24 Dec 2014 18:38:07 -0000 1.177 @@ -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.176 2014/12/18 12:54:02 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.177 2014/12/24 18:38:07 floppym Exp $ + + 24 Dec 2014; Mike Gilbert <[email protected]> matplotlib-1.3.0.ebuild: + Set upper-bound on numpy dep, bug 532202. 18 Dec 2014; Ian Delaney <[email protected]> -matplotlib-1.2.0-r2.ebuild, -matplotlib-1.2.1.ebuild, -matplotlib-1.3.1.ebuild:
