diff options
author | Joseph Jezak <josejx@gentoo.org> | 2009-03-20 13:37:52 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2009-03-20 13:37:52 +0000 |
commit | f5c7334f2c957eeddee65b15a1e23f086a3c9df1 (patch) | |
tree | f8c631c093df820b9a6c5a6f1202c4a1402f4ae1 /dev-python/gnuplot-py/gnuplot-py-1.8.ebuild | |
parent | Removing joslwah as a maintainer since he was retired. (diff) | |
download | gentoo-2-f5c7334f2c957eeddee65b15a1e23f086a3c9df1.tar.gz gentoo-2-f5c7334f2c957eeddee65b15a1e23f086a3c9df1.tar.bz2 gentoo-2-f5c7334f2c957eeddee65b15a1e23f086a3c9df1.zip |
Marked ppc stable for bug #259444.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gnuplot-py/gnuplot-py-1.8.ebuild')
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild index 09c81fb615dc..8870efe5f805 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.8 2009/03/09 12:22:03 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.9 2009/03/20 13:37:52 josejx 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" |