diff options
author | 2009-11-04 16:02:13 +0000 | |
---|---|---|
committer | 2009-11-04 16:02:13 +0000 | |
commit | 387e47dfb0e1e80e191f8d0e71cd402a2707a231 (patch) | |
tree | 2f4dd9a1569980e9c828df545c0c883818ab7178 /dev-python/matplotlib | |
parent | Depend on plasma-indicatordisplay for ayatana in kde. (diff) | |
download | historical-387e47dfb0e1e80e191f8d0e71cd402a2707a231.tar.gz historical-387e47dfb0e1e80e191f8d0e71cd402a2707a231.tar.bz2 historical-387e47dfb0e1e80e191f8d0e71cd402a2707a231.zip |
amd64/x86 stable, bug #290607
Package-Manager: portage-2.2_rc48/cvs/Linux x86_64
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.99.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 0185741ffbb1..08b9259a0098 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.73 2009/10/10 17:49:39 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.74 2009/11/04 16:02:13 maekke Exp $ + + 04 Nov 2009; Markus Meier <maekke@gentoo.org> matplotlib-0.99.1.1.ebuild: + amd64/x86 stable, bug #290607 10 Oct 2009; Fabian Groffen <grobian@gentoo.org> +files/matplotlib-0.99.0-freebsd7+.patch, matplotlib-0.99.1.1.ebuild, diff --git a/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild b/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild index 9ae48583ccb8..a29fe20f3bcb 100644 --- a/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild +++ b/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v 1.4 2009/10/10 17:49:39 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v 1.5 2009/11/04 16:02:13 maekke Exp $ WX_GTK_VER=2.8 EAPI=2 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" IUSE="cairo doc excel examples fltk gtk latex qt3 qt4 traits tk wxwidgets" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~ppc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" LICENSE="PYTHON BSD" CDEPEND=">=dev-python/numpy-1.1 |