Skip to content

Commit

Permalink
media-libs/gexiv2: Clean up XDG environment, bug 567192
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
  • Loading branch information
akhuettel committed Feb 25, 2016
1 parent e636a89 commit 3b157ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media-libs/gexiv2/gexiv2-0.10.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -33,6 +33,7 @@ src_prepare() {
}

src_configure() {
xdg_environment_reset
econf \
$(use_enable introspection) \
$(use_enable static-libs static)
Expand Down

0 comments on commit 3b157ac

Please sign in to comment.