diff options
Diffstat (limited to 'sci-visualization/gnuplot/gnuplot-5.2.4.ebuild')
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-5.2.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-visualization/gnuplot/gnuplot-5.2.4.ebuild b/sci-visualization/gnuplot/gnuplot-5.2.4.ebuild index b28e58c2381a..08d856ea6319 100644 --- a/sci-visualization/gnuplot/gnuplot-5.2.4.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -90,10 +90,10 @@ src_prepare() { 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, + 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}/ - for more information.' + for more information." eautoreconf |