commit:     7eb26b8ba99f71c88754003c4e238ef675c4431a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 10:51:05 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 11:08:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb26b8b

app-text/poppler: Fix build issues with XDG vars also in stable

Package-Manager: portage-2.2.27

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

diff --git a/app-text/poppler/poppler-0.32.0.ebuild 
b/app-text/poppler/poppler-0.32.0.ebuild
index 28e9680..8fafd3b 100644
--- a/app-text/poppler/poppler-0.32.0.ebuild
+++ b/app-text/poppler/poppler-0.32.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit cmake-utils toolchain-funcs
+inherit cmake-utils toolchain-funcs xdg-utils
 
 if [[ "${PV}" == "9999" ]] ; then
        inherit git-r3
@@ -66,6 +66,7 @@ PATCHES=(
        "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch" )
 
 src_configure() {
+       xdg_environment_reset
        local mycmakeargs=(
                -DBUILD_GTK_TESTS=OFF
                -DBUILD_QT4_TESTS=OFF

Reply via email to