diff options
author | Benda XU <heroxbd@gentoo.org> | 2013-08-23 08:43:47 +0000 |
---|---|---|
committer | Benda XU <heroxbd@gentoo.org> | 2013-08-23 08:43:47 +0000 |
commit | 1236a4e79f648fdc85915fbf19d92c6b60cad7f8 (patch) | |
tree | 6591b6dc10713f7e56f662af76c7abe917119eb3 /dev-python/matplotlib | |
parent | Version bump Babel to 1.3. (diff) | |
download | gentoo-2-1236a4e79f648fdc85915fbf19d92c6b60cad7f8.tar.gz gentoo-2-1236a4e79f648fdc85915fbf19d92c6b60cad7f8.tar.bz2 gentoo-2-1236a4e79f648fdc85915fbf19d92c6b60cad7f8.zip |
matplotlib is now compatible with wxpython-2.9, drop 2.8 dependence.
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index b30e48389cd9..19530bbc99e5 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.153 2013/08/17 23:27:32 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.154 2013/08/23 08:43:47 heroxbd Exp $ + + 23 Aug 2013; Benda Xu <heroxbd@gentoo.org> matplotlib-1.3.0.ebuild: + matplotlib is now compatible with wxpython-2.9, drop 2.8 dependence. *matplotlib-1.3.0 (17 Aug 2013) diff --git a/dev-python/matplotlib/matplotlib-1.3.0.ebuild b/dev-python/matplotlib/matplotlib-1.3.0.ebuild index 9c026a4921c0..4da2b7049c50 100644 --- a/dev-python/matplotlib/matplotlib-1.3.0.ebuild +++ b/dev-python/matplotlib/matplotlib-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.1 2013/08/17 23:27:32 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.0.ebuild,v 1.2 2013/08/23 08:43:47 heroxbd Exp $ EAPI=5 @@ -35,7 +35,7 @@ COMMON_DEPEND=" media-libs/freetype:2 media-libs/libpng:0 gtk? ( dev-python/pygtk[${PY2_USEDEP}] ) - wxwidgets? ( dev-python/wxpython:2.8[${PY2_USEDEP}] )" + wxwidgets? ( dev-python/wxpython[${PY2_USEDEP}] )" # internal copy of pycxx highly patched # dev-python/pycxx |