summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2020-09-19 13:18:32 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2020-09-19 13:21:08 +0300
commit3f535c7636d53f04ddf69e514f9a2b9e9009ed61 (patch)
treec20ac0335519af8fdadb520fb9518103229b37c5 /app-text/xpdf
parentgnome-base/libglade: Remove old (diff)
downloadgentoo-3f535c7636d53f04ddf69e514f9a2b9e9009ed61.tar.gz
gentoo-3f535c7636d53f04ddf69e514f9a2b9e9009ed61.tar.bz2
gentoo-3f535c7636d53f04ddf69e514f9a2b9e9009ed61.zip
app-text/xpdf: workaround inkscape sandbox violations
Closes: https://bugs.gentoo.org/739166 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'app-text/xpdf')
-rw-r--r--app-text/xpdf/xpdf-4.02-r4.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-text/xpdf/xpdf-4.02-r4.ebuild b/app-text/xpdf/xpdf-4.02-r4.ebuild
index 4311f1b32efa..c8a43737864d 100644
--- a/app-text/xpdf/xpdf-4.02-r4.ebuild
+++ b/app-text/xpdf/xpdf-4.02-r4.ebuild
@@ -87,6 +87,9 @@ src_compile() {
cmake-utils_src_compile
if use icons; then
+ # in some cases inkscape tries to write font cache to the
+ # system dir, see bug 739166
+ addpredict /usr/share/inkscape/fonts
local inkarg="-e"
has_version -b '>media-gfx/inkscape-0.99' && inkarg="-o"