summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs')
-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
}