x11-wm/enlightenment: call xdg_environment_reset in 0.22.3
authorJoonas Niilola <juippis@gmail.com>
Mon, 21 May 2018 06:53:28 +0000 (09:53 +0300)
committerAaron Bauman <bman@gentoo.org>
Fri, 25 May 2018 22:35:23 +0000 (18:35 -0400)
Reported by Toralf Förster.
Closes: https://bugs.gentoo.org/656146
Package-Manager: Portage[mgorny]-2.3.36.1
Closes: https://github.com/gentoo/gentoo/pull/8505

x11-wm/enlightenment/enlightenment-0.22.3.ebuild

index e295cfe0e858c19f03279b9c40eeeb1f3d73fcff..b637ae9ab613f8a6488d33a161d9e296e7fe54a0 100644 (file)
@@ -68,6 +68,8 @@ DEPEND="
 src_prepare() {
        default
 
+       xdg_environment_reset
+
        # fix QA issues with .desktop files
        find data/desktop/ -type f -exec sed -i 's|OnlyShowIn=Enlightenment|OnlyShowIn=X-Enlightenment|g' {} \; || die
        sed -i 's/Categories=Audio/Categories=AudioVideo/g' src/modules/mixer/emixer.desktop || die