sys-power/upower: fix XDG_* env variables related sandbox issues
authorGilles Dartiguelongue <eva@gentoo.org>
Sun, 25 Mar 2018 20:57:11 +0000 (22:57 +0200)
committerGilles Dartiguelongue <eva@gentoo.org>
Sun, 25 Mar 2018 21:32:54 +0000 (23:32 +0200)
Closes: https://bugs.gentoo.org/622150
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sys-power/upower/upower-0.99.5.ebuild
sys-power/upower/upower-0.99.7.ebuild

index 2b214839bb836e056c7850781b9bf7b288377c47..c46a822f0a9e61b7eeb7aa02a57fd60bd611da57 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit ltprune systemd
+inherit ltprune systemd xdg-utils
 
 DESCRIPTION="D-Bus abstraction for enumerating power devices, querying history and statistics"
 HOMEPAGE="https://upower.freedesktop.org/"
@@ -76,6 +76,7 @@ src_configure() {
                $(use_enable introspection)
                $(use_with ios idevice)
        )
+       xdg_environment_reset
        econf "${myeconfargs[@]}"
 }
 
index a884fe3466cca38f741999f2fdd35d4bd8e1650e..b41d3df9819a4bc643875c1a6506310b1a4e6f51 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit ltprune systemd
+inherit ltprune systemd xdg-utils
 
 DESCRIPTION="D-Bus abstraction for enumerating power devices, querying history and statistics"
 HOMEPAGE="https://upower.freedesktop.org/"
@@ -76,6 +76,7 @@ src_configure() {
                $(use_enable introspection)
                $(use_with ios idevice)
        )
+       xdg_environment_reset
        econf "${myeconfargs[@]}"
 }