diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2009-03-09 12:22:03 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2009-03-09 12:22:03 +0000 |
commit | b5928184e7bee063211ea024cc7a8b42d6cd33c0 (patch) | |
tree | 6f8bb8bec0df3cd698c5aea86e55393d56b6026f /dev-python/gnuplot-py | |
parent | initial revision. (diff) | |
download | gentoo-2-b5928184e7bee063211ea024cc7a8b42d6cd33c0.tar.gz gentoo-2-b5928184e7bee063211ea024cc7a8b42d6cd33c0.tar.bz2 gentoo-2-b5928184e7bee063211ea024cc7a8b42d6cd33c0.zip |
stable amd64, bug 259444
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gnuplot-py')
-rw-r--r-- | dev-python/gnuplot-py/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/gnuplot-py/ChangeLog b/dev-python/gnuplot-py/ChangeLog index 0a72f6d2ca85..074bcfbfb6d1 100644 --- a/dev-python/gnuplot-py/ChangeLog +++ b/dev-python/gnuplot-py/ChangeLog @@ -1,6 +1,10 @@ # 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.35 2009/03/02 16:40:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.36 2009/03/09 12:22:03 gentoofan23 Exp $ + + 09 Mar 2009; Thomas Anderson <gentoofan23@gentoo.org> + gnuplot-py-1.8.ebuild: + stable amd64, bug 259444 02 Mar 2009; Brent Baude <ranger@gentoo.org> ChangeLog: stable ppc64, bug 259444 diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild index 87ca4e8464af..09c81fb615dc 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.7 2009/03/02 16:40:03 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.8 2009/03/09 12:22:03 gentoofan23 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" |