diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2017-08-17 23:29:08 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2017-08-18 00:41:25 +0200 |
commit | 0657f46cd68d055afc8a00d8296d322587a177c0 (patch) | |
tree | fa5ae7aa8d78f73200f708345d48e725fe3b4faf /app-text/libgxps | |
parent | app-vim/vim-hoogle: new package. (diff) | |
download | gentoo-0657f46cd68d055afc8a00d8296d322587a177c0.tar.gz gentoo-0657f46cd68d055afc8a00d8296d322587a177c0.tar.bz2 gentoo-0657f46cd68d055afc8a00d8296d322587a177c0.zip |
app-text/libgxps: fix sandbox issue, bug #628114
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'app-text/libgxps')
-rw-r--r-- | app-text/libgxps/libgxps-0.3.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/libgxps/libgxps-0.3.0.ebuild b/app-text/libgxps/libgxps-0.3.0.ebuild index 275faeeef86c..b3cb884c87a5 100644 --- a/app-text/libgxps/libgxps-0.3.0.ebuild +++ b/app-text/libgxps/libgxps-0.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit gnome.org meson +inherit gnome.org meson xdg-utils DESCRIPTION="Library for handling and rendering XPS documents" HOMEPAGE="https://wiki.gnome.org/Projects/libgxps" @@ -45,5 +45,6 @@ src_configure() { -Dwith-libtiff=$(usex tiff true false) ) + xdg_environment_reset meson_src_configure } |