diff options
author | David Holm <dholm@gentoo.org> | 2005-06-11 21:43:47 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-06-11 21:43:47 +0000 |
commit | 0a6ebe546020cad763435c83513b90de9b2c4d11 (patch) | |
tree | 2d07fb5cc15de955d2a7650f5cda7fcc74e531bd /dev-python | |
parent | Fix openpam compatibility, bug 93203. (diff) | |
download | gentoo-2-0a6ebe546020cad763435c83513b90de9b2c4d11.tar.gz gentoo-2-0a6ebe546020cad763435c83513b90de9b2c4d11.tar.bz2 gentoo-2-0a6ebe546020cad763435c83513b90de9b2c4d11.zip |
Added to ~ppc
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.81.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 34f27b8e986c..bac0017e0c90 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.11 2005/06/11 13:21:09 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.12 2005/06/11 21:43:47 dholm Exp $ + + 11 Jun 2005; David Holm <dholm@gentoo.org> matplotlib-0.81.ebuild: + Added to ~ppc. *matplotlib-0.81 (11 Jun 2005) diff --git a/dev-python/matplotlib/matplotlib-0.81.ebuild b/dev-python/matplotlib/matplotlib-0.81.ebuild index 1d921532af12..6840114ed907 100644 --- a/dev-python/matplotlib/matplotlib-0.81.ebuild +++ b/dev-python/matplotlib/matplotlib-0.81.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.81.ebuild,v 1.1 2005/06/11 13:21:09 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.81.ebuild,v 1.2 2005/06/11 21:43:47 dholm Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" IUSE="doc gtk" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" LICENSE="as-is" DEPEND="virtual/python |