diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-02-25 23:51:26 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-02-25 23:58:27 +0100 |
commit | 3b157ac2910d5a68950d6baabe48bb84d63f2d90 (patch) | |
tree | f04f09cdc6706aab5b20fcb62d09283855641a3c /media-libs | |
parent | app-emulation/libvirt-glib: Clean up XDG environment, bug 567192 (diff) | |
download | gentoo-3b157ac2910d5a68950d6baabe48bb84d63f2d90.tar.gz gentoo-3b157ac2910d5a68950d6baabe48bb84d63f2d90.tar.bz2 gentoo-3b157ac2910d5a68950d6baabe48bb84d63f2d90.zip |
media-libs/gexiv2: Clean up XDG environment, bug 567192
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gexiv2/gexiv2-0.10.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/gexiv2/gexiv2-0.10.3.ebuild b/media-libs/gexiv2/gexiv2-0.10.3.ebuild index 1a91f0a5b828..4689ead08970 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) |