summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-06-24 02:36:27 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-06-24 02:36:37 +1000
commitb145bebc9ed691c253154a702e9c04a7116d8250 (patch)
treece1fa7dbffbfe259964dc44666ce55beb9a550c6 /net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild
parentx11-misc/py3status: version bump (diff)
downloadgentoo-b145bebc9ed691c253154a702e9c04a7116d8250.tar.gz
gentoo-b145bebc9ed691c253154a702e9c04a7116d8250.tar.bz2
gentoo-b145bebc9ed691c253154a702e9c04a7116d8250.zip
net-libs/libaccounts-glib: reset XDG environment
Gentoo-bug: 586818 Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild')
-rw-r--r--net-libs/libaccounts-glib/libaccounts-glib-1.21-r2.ebuild6
1 files changed, 5 insertions, 1 deletions
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 b7c54e2bfe6f..107e0eba983a 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
}