diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-18 04:53:27 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-18 04:53:27 +0000 |
commit | 37bbbfcbb140db86868cc0eacb34e556ad27ab59 (patch) | |
tree | 91d86de4c7a22300b9be37a8993d9b07db752efd | |
parent | Stable for PPC (bug #329583). (diff) | |
download | gentoo-2-37bbbfcbb140db86868cc0eacb34e556ad27ab59.tar.gz gentoo-2-37bbbfcbb140db86868cc0eacb34e556ad27ab59.tar.bz2 gentoo-2-37bbbfcbb140db86868cc0eacb34e556ad27ab59.zip |
x86 stable wrt bug #333193
(Portage version: 2.1.8.3/cvs/Linux i686)
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 014e285b670e..ba3fb5744599 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.92 2010/07/08 12:41:34 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.93 2010/08/18 04:53:27 phajdan.jr Exp $ + + 18 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + matplotlib-1.0.0.ebuild: + x86 stable wrt bug #333193 08 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> matplotlib-1.0.0.ebuild: diff --git a/dev-python/matplotlib/matplotlib-1.0.0.ebuild b/dev-python/matplotlib/matplotlib-1.0.0.ebuild index 1c87ea1d846e..491d99a2c4c3 100644 --- a/dev-python/matplotlib/matplotlib-1.0.0.ebuild +++ b/dev-python/matplotlib/matplotlib-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.0.ebuild,v 1.3 2010/07/11 19:55:14 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.0.ebuild,v 1.4 2010/08/18 04:53:27 phajdan.jr Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" IUSE="cairo doc excel examples fltk gtk latex 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 |