diff options
author | Markus Meier <maekke@gentoo.org> | 2009-11-04 16:02:13 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-11-04 16:02:13 +0000 |
commit | 6ef8659c0e56c7e8750097380cf2f7f783653753 (patch) | |
tree | a3e60823ad33de9e6cd7e6cb5d8411bafbc3fee2 /dev-python | |
parent | Depend on plasma-indicatordisplay for ayatana in kde. (diff) | |
download | gentoo-2-6ef8659c0e56c7e8750097380cf2f7f783653753.tar.gz gentoo-2-6ef8659c0e56c7e8750097380cf2f7f783653753.tar.bz2 gentoo-2-6ef8659c0e56c7e8750097380cf2f7f783653753.zip |
amd64/x86 stable, bug #290607
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-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 |