media-libs/gexiv2: Clean up XDG environment, bug 567192
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Thu, 25 Feb 2016 22:51:26 +0000 (23:51 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Thu, 25 Feb 2016 22:58:27 +0000 (23:58 +0100)
Package-Manager: portage-2.2.27

media-libs/gexiv2/gexiv2-0.10.3.ebuild

index 1a91f0a5b828f672e7ce0afacc7bfcdccca85347..4689ead089709479c76485f21b02f70adb3ebca2 100644 (file)
@@ -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)