commit: d8abfba101e636feb0ee5fbc41fc59ac99c9fd84
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 12:14:35 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 12:15:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8abfba1
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 <AT> gentoo.org>
sci-visualization/gnuplot/gnuplot-5.4.3.ebuild | 2 --
sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild | 4 +---
2 files changed, 1 insertion(+), 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