Skip to content

Commit

Permalink
app-i18n/ibus: call xdg_environment_reset
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
hattya committed Aug 4, 2018
1 parent f9f095d commit c7ea984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app-i18n/ibus/ibus-1.5.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -86,6 +86,7 @@ src_prepare() {

default
eautoreconf
xdg_environment_reset
}

src_configure() {
Expand Down
3 changes: 2 additions & 1 deletion app-i18n/ibus/ibus-1.5.16.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -97,6 +97,7 @@ src_prepare() {

default
eautoreconf
xdg_environment_reset
}

src_configure() {
Expand Down

0 comments on commit c7ea984

Please sign in to comment.