commit: 3b157ac2910d5a68950d6baabe48bb84d63f2d90
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 22:51:26 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 22:58:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b157ac2
media-libs/gexiv2: Clean up XDG environment, bug 567192
Package-Manager: portage-2.2.27
media-libs/gexiv2/gexiv2-0.10.3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-libs/gexiv2/gexiv2-0.10.3.ebuild
b/media-libs/gexiv2/gexiv2-0.10.3.ebuild
index 1a91f0a..4689ead 100644
--- a/media-libs/gexiv2/gexiv2-0.10.3.ebuild
+++ b/media-libs/gexiv2/gexiv2-0.10.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit eutils multilib python-r1 toolchain-funcs versionator
+inherit eutils multilib python-r1 toolchain-funcs versionator xdg-utils
MY_PV=$(get_version_component_range 1-2)
@@ -33,6 +33,7 @@ src_prepare() {
}
src_configure() {
+ xdg_environment_reset
econf \
$(use_enable introspection) \
$(use_enable static-libs static)