diff options
author | 2013-03-02 21:53:13 +0000 | |
---|---|---|
committer | 2013-03-02 21:53:13 +0000 | |
commit | 252ffd8f8549972b065917c524a93cf68b35595e (patch) | |
tree | c2960d0d58920e40f91fe583d3b68f20e1b59454 /sci-visualization/gnuplot | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-252ffd8f8549972b065917c524a93cf68b35595e.tar.gz gentoo-2-252ffd8f8549972b065917c524a93cf68b35595e.tar.bz2 gentoo-2-252ffd8f8549972b065917c524a93cf68b35595e.zip |
Whitespace.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'sci-visualization/gnuplot')
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-4.6.1-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-visualization/gnuplot/gnuplot-4.6.1-r1.ebuild b/sci-visualization/gnuplot/gnuplot-4.6.1-r1.ebuild index 0ce3d7d58ed8..41d55d8f088a 100644 --- a/sci-visualization/gnuplot/gnuplot-4.6.1-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1-r1.ebuild,v 1.1 2013/03/02 17:25:24 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1-r1.ebuild,v 1.2 2013/03/02 21:53:13 ulm Exp $ EAPI=5 @@ -98,15 +98,15 @@ src_prepare() { fi DOC_CONTENTS='Gnuplot no longer links against pdflib, see the ChangeLog - for details. You can use the "pdfcairo" terminal for PDF output.' - use cairo || DOC_CONTENTS+=' It is available with USE="cairo".' + for details. You can use the "pdfcairo" terminal for PDF output.' + use cairo || DOC_CONTENTS+=' It is available with USE="cairo".' use svga && DOC_CONTENTS+='\n\nIn order to enable ordinary users to use SVGA console graphics, gnuplot needs to be set up as setuid root. Please note that this is usually considered to be a security hazard. As root, manually "chmod u+s /usr/bin/gnuplot".' use gd && DOC_CONTENTS+='\n\nFor font support in png/jpeg/gif output, you may have to set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT - environment variables. See the FAQ file in /usr/share/doc/${PF}/ + environment variables. See the FAQ file in /usr/share/doc/${PF}/ for more information.' } |