diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-07-06 23:52:27 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-07-06 23:52:40 +1000 |
commit | 4e850ea94ee139d53ada0b0551ab04c5ccbf75ee (patch) | |
tree | 41d03b331548b48573f3b92d1f956acb7a87f6ab /net-libs/libsignon-glib | |
parent | media-libs/liblastfm: add missing USE dependency (diff) | |
download | gentoo-4e850ea94ee139d53ada0b0551ab04c5ccbf75ee.tar.gz gentoo-4e850ea94ee139d53ada0b0551ab04c5ccbf75ee.tar.bz2 gentoo-4e850ea94ee139d53ada0b0551ab04c5ccbf75ee.zip |
net-libs/libsignon-glib: reset XDG env vars
Gentoo-bug: 587888
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-libs/libsignon-glib')
-rw-r--r-- | net-libs/libsignon-glib/libsignon-glib-1.13.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild b/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild index 1b02f5fdc925..e441be253dda 100644 --- a/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild +++ b/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) -inherit autotools python-r1 vcs-snapshot +inherit autotools python-r1 vcs-snapshot xdg-utils DESCRIPTION="GLib binding for the D-Bus API provided by signond" HOMEPAGE="https://01.org/gsso/" @@ -42,6 +42,8 @@ src_prepare() { } src_configure() { + xdg_environment_reset + myconfigure() { local myeconfargs=( $(use_enable debug) |