commit:     f0b4bfc415388f4d5f5ecbebc5c59e5ce4235998
Author:     Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Thu May 17 05:12:10 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 20 00:36:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b4bfc4

x11-terms/terminology: fix xdg_environment_reset for 1.2.1

Reported by Toralf Förster
Closes: https://bugs.gentoo.org/655902
Package-Manager: Portage[mgorny]-2.3.36.1
Closes: https://github.com/gentoo/gentoo/pull/8439

 x11-terms/terminology/terminology-1.2.1.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/x11-terms/terminology/terminology-1.2.1.ebuild 
b/x11-terms/terminology/terminology-1.2.1.ebuild
index 30208be73e7..dfc6458bbd5 100644
--- a/x11-terms/terminology/terminology-1.2.1.ebuild
+++ b/x11-terms/terminology/terminology-1.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit meson
+inherit meson xdg-utils
 
 DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation 
Libraries"
 HOMEPAGE="https://www.enlightenment.org/about-terminology";
@@ -21,6 +21,12 @@ DEPEND="
        nls? ( sys-devel/gettext )
 "
 
+src_prepare() {
+       default
+
+       xdg_environment_reset
+}
+
 src_configure() {
        local emesonargs=(
                -D nls=$(usex nls true false)

Reply via email to