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 /media-gfx | |
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 'media-gfx')
-rw-r--r-- | media-gfx/gnuplot/gnuplot-4.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild b/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild index 451423f7176e..b504b888a8a5 100644 --- a/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild +++ b/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild,v 1.12 2005/03/14 19:34:05 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild,v 1.13 2005/03/29 02:08:59 vapier Exp $ inherit eutils elisp-common @@ -9,10 +9,10 @@ MY_P="${P}.0" DESCRIPTION="Command-line driven interactive plotting program" HOMEPAGE="http://www.gnuplot.info/" SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz" -LICENSE="gnuplot" +LICENSE="gnuplot" SLOT="0" -KEYWORDS="x86 amd64 sparc ppc-macos ~ppc ppc64 alpha" +KEYWORDS="alpha amd64 ~ppc ppc64 ppc-macos s390 sparc x86" IUSE="doc emacs gd ggi pdflib plotutils png readline svga X xemacs" DEPEND=" |