diff options
-rw-r--r-- | dev-python/gnuplot-py/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/gnuplot-py/ChangeLog b/dev-python/gnuplot-py/ChangeLog index e7db5bcdb359..56dfbc5ecb93 100644 --- a/dev-python/gnuplot-py/ChangeLog +++ b/dev-python/gnuplot-py/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gnuplot-py # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.33 2009/02/26 15:06:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.34 2009/03/02 16:40:03 ranger Exp $ + + 02 Mar 2009; Brent Baude <ranger@gentoo.org> gnuplot-py-1.8.ebuild: + stable ppc64, bug 259444 26 Feb 2009; Raúl Porcel <armin76@gentoo.org> gnuplot-py-1.8.ebuild: s390/x86 stable wrt #259444 diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild index 1c26d44e0f66..87ca4e8464af 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.8.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/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.6 2009/02/26 15:06:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.7 2009/03/02 16:40:03 ranger Exp $ EAPI=2 inherit distutils eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 s390 sparc x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ppc64 s390 sparc x86 ~x86-fbsd" IUSE="doc" DEPEND="dev-python/numpy" |