diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-29 02:10:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-29 02:10:37 +0000 |
commit | 6854ea6da24799f388589424c995ef2551f37941 (patch) | |
tree | 817cadb8cb782cebcb57768c2db5c637bf5986af /dev-python/gnuplot-py | |
parent | use default-linux/x86/* (diff) | |
download | gentoo-2-6854ea6da24799f388589424c995ef2551f37941.tar.gz gentoo-2-6854ea6da24799f388589424c995ef2551f37941.tar.bz2 gentoo-2-6854ea6da24799f388589424c995ef2551f37941.zip |
s390 love
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python/gnuplot-py')
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.7.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild index 53392efdc4f8..7d387f45fec2 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild @@ -1,17 +1,18 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.7.ebuild,v 1.1 2004/10/02 22:56:47 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild,v 1.2 2005/03/29 02:06:13 vapier Exp $ inherit distutils -IUSE="" DESCRIPTION="A python wrapper for Gnuplot" HOMEPAGE="http://gnuplot-py.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~amd64 ~ppc" SLOT="0" +KEYWORDS="~amd64 ~ppc s390 ~x86" +IUSE="" + DEPEND="virtual/python media-gfx/gnuplot dev-python/numeric" |