diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-02-26 14:05:38 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-02-26 14:05:38 +0000 |
commit | 240123c1c4cf3f63e8cc18998ce8d4783cc31267 (patch) | |
tree | 45037d4030e25b462940a32ae6a0ebf6c9dd3650 /dev-python/gnuplot-py | |
parent | Added new '32-bit' local USE flag which specifies whether amd64-multilib plat... (diff) | |
download | gentoo-2-240123c1c4cf3f63e8cc18998ce8d4783cc31267.tar.gz gentoo-2-240123c1c4cf3f63e8cc18998ce8d4783cc31267.tar.bz2 gentoo-2-240123c1c4cf3f63e8cc18998ce8d4783cc31267.zip |
Sparc stable, Bug #259444.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gnuplot-py')
-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 cb57a85bcb44..365b834042bd 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.31 2009/02/26 10:17:50 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.32 2009/02/26 14:05:38 fmccor Exp $ + + 26 Feb 2009; Ferris McCormick <fmccor@gentoo.org> gnuplot-py-1.8.ebuild: + Sparc stable, Bug #259444. 26 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> gnuplot-py-1.7-r2.ebuild, gnuplot-py-1.8.ebuild: diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild index de16daf3456a..997b7c20c9c8 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.4 2009/02/26 10:17:50 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.5 2009/02/26 14:05:38 fmccor 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" |