Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsignon-glib/
Date: Wed, 06 Jul 2016 13:53:01
Message-Id: 1467813160.4e850ea94ee139d53ada0b0551ab04c5ccbf75ee.kensington@gentoo
1 commit: 4e850ea94ee139d53ada0b0551ab04c5ccbf75ee
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 6 13:52:27 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 6 13:52:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e850ea9
7
8 net-libs/libsignon-glib: reset XDG env vars
9
10 Gentoo-bug: 587888
11
12 Package-Manager: portage-2.3.0
13
14 net-libs/libsignon-glib/libsignon-glib-1.13.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild b/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild
18 index 1b02f5f..e441be2 100644
19 --- a/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild
20 +++ b/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild
21 @@ -5,7 +5,7 @@
22 EAPI=5
23
24 PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
25 -inherit autotools python-r1 vcs-snapshot
26 +inherit autotools python-r1 vcs-snapshot xdg-utils
27
28 DESCRIPTION="GLib binding for the D-Bus API provided by signond"
29 HOMEPAGE="https://01.org/gsso/"
30 @@ -42,6 +42,8 @@ src_prepare() {
31 }
32
33 src_configure() {
34 + xdg_environment_reset
35 +
36 myconfigure() {
37 local myeconfargs=(
38 $(use_enable debug)