commit: b145bebc9ed691c253154a702e9c04a7116d8250 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Thu Jun 23 16:36:27 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Jun 23 16:36:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b145bebc
net-libs/libaccounts-glib: reset XDG environment Gentoo-bug: 586818 Package-Manager: portage-2.3.0_rc1 net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild index b7c54e2..107e0eb 100644 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild +++ b/net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit autotools eutils vcs-snapshot +inherit autotools eutils vcs-snapshot xdg-utils DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib applications" HOMEPAGE="https://01.org/gsso/" @@ -28,6 +28,10 @@ RESTRICT="test" DOCS=( AUTHORS NEWS ) +pkg_setup() { + xdg_environment_reset +} + src_prepare() { eautoreconf }
