diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-03-22 13:14:35 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-03-22 13:15:34 +0100 |
commit | d8abfba101e636feb0ee5fbc41fc59ac99c9fd84 (patch) | |
tree | cea4c1f200905850e7490aa11af4d6d7ede84453 /sci-visualization/gnuplot | |
parent | sci-misc/flashdot: make it build again (diff) | |
download | gentoo-d8abfba101e636feb0ee5fbc41fc59ac99c9fd84.tar.gz gentoo-d8abfba101e636feb0ee5fbc41fc59ac99c9fd84.tar.bz2 gentoo-d8abfba101e636feb0ee5fbc41fc59ac99c9fd84.zip |
sci-visualization/gnuplot: Remove addpredict for /var/cache/fontconfig
This was added in 2009 and it appears that it is no longer needed.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sci-visualization/gnuplot')
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-5.4.3.ebuild | 2 | ||||
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/sci-visualization/gnuplot/gnuplot-5.4.3.ebuild b/sci-visualization/gnuplot/gnuplot-5.4.3.ebuild index 8d395bb4e472..00a462ed0679 100644 --- a/sci-visualization/gnuplot/gnuplot-5.4.3.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.4.3.ebuild @@ -148,8 +148,6 @@ src_compile() { emake all if use doc; then - # Avoid sandbox violation in epstopdf/ghostscript - addpredict /var/cache/fontconfig if use cairo; then emake -C docs pdf else diff --git a/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild b/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild index e54da6c07a20..ef66f5e1c7b3 100644 --- a/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -148,8 +148,6 @@ src_compile() { emake all if use doc; then - # Avoid sandbox violation in epstopdf/ghostscript - addpredict /var/cache/fontconfig if use cairo; then emake -C docs pdf else |