app-i18n/ibus: call xdg_environment_reset
authorAkinori Hattori <hattya@gentoo.org>
Sat, 4 Aug 2018 13:52:53 +0000 (22:52 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Sat, 4 Aug 2018 13:57:31 +0000 (22:57 +0900)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-i18n/ibus/ibus-1.5.12.ebuild
app-i18n/ibus/ibus-1.5.16.ebuild

index 452f165b7d2f3c8611822ed00875310361233560..b3d6a397f2ce589132fea374e6e3c1644d327989 100644 (file)
@@ -5,7 +5,7 @@ EAPI="6"
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 VALA_USE_DEPEND="vapigen"
 
-inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx
+inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx xdg-utils
 
 DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
 HOMEPAGE="https://github.com/ibus/ibus/wiki"
@@ -86,6 +86,7 @@ src_prepare() {
 
        default
        eautoreconf
+       xdg_environment_reset
 }
 
 src_configure() {
index 9a0c01d902df31376c46c73201ee313e811aae67..b84815cfa1423ae3170a03428f0fec4c6d2f9005 100644 (file)
@@ -5,7 +5,7 @@ EAPI="6"
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 VALA_USE_DEPEND="vapigen"
 
-inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx
+inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx xdg-utils
 
 DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
 HOMEPAGE="https://github.com/ibus/ibus/wiki"
@@ -97,6 +97,7 @@ src_prepare() {
 
        default
        eautoreconf
+       xdg_environment_reset
 }
 
 src_configure() {