summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-02-28 11:51:05 +0100
committerPacho Ramos <pacho@gentoo.org>2016-02-28 12:08:34 +0100
commit7eb26b8ba99f71c88754003c4e238ef675c4431a (patch)
treef957ca266b2fad05441d5d74d03942b0ed981b76 /app-text
parentapp-text/poppler: Add subslot for goi https://wiki.gentoo.org/wiki/Project:GN... (diff)
downloadgentoo-7eb26b8ba99f71c88754003c4e238ef675c4431a.tar.gz
gentoo-7eb26b8ba99f71c88754003c4e238ef675c4431a.tar.bz2
gentoo-7eb26b8ba99f71c88754003c4e238ef675c4431a.zip
app-text/poppler: Fix build issues with XDG vars also in stable
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-text')
-rw-r--r--app-text/poppler/poppler-0.32.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/poppler/poppler-0.32.0.ebuild b/app-text/poppler/poppler-0.32.0.ebuild
index 28e9680530c2..8fafd3bca922 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