Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/
Date: Sun, 28 Feb 2016 11:09:19
Message-Id: 1456657714.7eb26b8ba99f71c88754003c4e238ef675c4431a.pacho@gentoo
1 commit: 7eb26b8ba99f71c88754003c4e238ef675c4431a
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 10:51:05 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 11:08:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb26b8b
7
8 app-text/poppler: Fix build issues with XDG vars also in stable
9
10 Package-Manager: portage-2.2.27
11
12 app-text/poppler/poppler-0.32.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-text/poppler/poppler-0.32.0.ebuild b/app-text/poppler/poppler-0.32.0.ebuild
16 index 28e9680..8fafd3b 100644
17 --- a/app-text/poppler/poppler-0.32.0.ebuild
18 +++ b/app-text/poppler/poppler-0.32.0.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=5
22
23 -inherit cmake-utils toolchain-funcs
24 +inherit cmake-utils toolchain-funcs xdg-utils
25
26 if [[ "${PV}" == "9999" ]] ; then
27 inherit git-r3
28 @@ -66,6 +66,7 @@ PATCHES=(
29 "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch" )
30
31 src_configure() {
32 + xdg_environment_reset
33 local mycmakeargs=(
34 -DBUILD_GTK_TESTS=OFF
35 -DBUILD_QT4_TESTS=OFF