From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 052B91388C0 for ; Thu, 25 Feb 2016 23:02:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59E5D21C02A; Thu, 25 Feb 2016 23:02:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B286021C002 for ; Thu, 25 Feb 2016 23:02:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EE7E340C40 for ; Thu, 25 Feb 2016 23:02:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DC9415FB for ; Thu, 25 Feb 2016 23:02:38 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1456441107.26360219f2a63d87667d088dc04d2973d83947a0.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/poppler/poppler-0.41.0.ebuild app-text/poppler/poppler-9999.ebuild X-VCS-Directories: app-text/poppler/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 26360219f2a63d87667d088dc04d2973d83947a0 X-VCS-Branch: master Date: Thu, 25 Feb 2016 23:02:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ba24d908-4e50-4f68-be1c-b165b31694b3 X-Archives-Hash: 07931c23a05bbcf7a0207691b62891fd commit: 26360219f2a63d87667d088dc04d2973d83947a0 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Feb 25 22:45:11 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Feb 25 22:58:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26360219 app-text/poppler: Clean up XDG environment, bug 567192 Package-Manager: portage-2.2.27 app-text/poppler/poppler-0.41.0.ebuild | 3 ++- app-text/poppler/poppler-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-text/poppler/poppler-0.41.0.ebuild b/app-text/poppler/poppler-0.41.0.ebuild index 0346703..4a56f9f 100644 --- a/app-text/poppler/poppler-0.41.0.ebuild +++ b/app-text/poppler/poppler-0.41.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 @@ -78,6 +78,7 @@ src_prepare() { } src_configure() { + xdg_environment_reset local mycmakeargs=( -DBUILD_GTK_TESTS=OFF -DBUILD_QT4_TESTS=OFF diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild index cbb1902..905b180 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.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 @@ -78,6 +78,7 @@ src_prepare() { } src_configure() { + xdg_environment_reset local mycmakeargs=( -DBUILD_GTK_TESTS=OFF -DBUILD_QT4_TESTS=OFF