app-text/libgxps: fix sandbox issue, bug #628114
authorGilles Dartiguelongue <eva@gentoo.org>
Thu, 17 Aug 2017 21:29:08 +0000 (23:29 +0200)
committerGilles Dartiguelongue <eva@gentoo.org>
Thu, 17 Aug 2017 22:41:25 +0000 (00:41 +0200)
Package-Manager: Portage-2.3.7, Repoman-2.3.3

app-text/libgxps/libgxps-0.3.0.ebuild

index 275faeeef86c746be3f584f973308a4b95cc1bcc..b3cb884c87a5454e7745392c3cfc06fdc0681786 100644 (file)
@@ -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
 }