commit:     0657f46cd68d055afc8a00d8296d322587a177c0
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 21:29:08 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 22:41:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0657f46c

app-text/libgxps: fix sandbox issue, bug #628114

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 app-text/libgxps/libgxps-0.3.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.3.0.ebuild 
b/app-text/libgxps/libgxps-0.3.0.ebuild
index 275faeeef86..b3cb884c87a 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
 }

Reply via email to