From 82d8b7dc847de63c3e8636be59dc053c1dafac4b Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Sat, 21 Nov 2015 11:45:34 +0100 Subject: [PATCH] xdg-utils.eclass: also unset DBUS_SESSION_BUS_ADDRESS An often needed hack in ebuilds to avoid tests using user's bus. https://bugs.gentoo.org/show_bug.cgi?id=515196 --- eclass/xdg-utils.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass index 523f985a4601..1f97623cbfd5 100644 --- a/eclass/xdg-utils.eclass +++ b/eclass/xdg-utils.eclass @@ -58,6 +58,8 @@ xdg_environment_reset() { # This directory needs to be owned by the user, and chmod 0700 # http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html chmod 0700 "${XDG_RUNTIME_DIR}" + + unset DBUS_SESSION_BUS_ADDRESS } # @FUNCTION: xdg_desktopfiles_savelist -- 2.26.2