diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-05-07 23:14:13 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-05-07 23:14:13 +0900 |
commit | 02e875724cee4f20e4dc041e4435a11214a3092f (patch) | |
tree | b7a6b0993bee237de6cfa1766507fa18cf56686d /app-i18n/ibus | |
parent | app-i18n/ibus: drop old (diff) | |
download | gentoo-02e875724cee4f20e4dc041e4435a11214a3092f.tar.gz gentoo-02e875724cee4f20e4dc041e4435a11214a3092f.tar.bz2 gentoo-02e875724cee4f20e4dc041e4435a11214a3092f.zip |
app-i18n/ibus: fix tests
Closes: https://bugs.gentoo.org/642964
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-i18n/ibus')
-rw-r--r-- | app-i18n/ibus/ibus-1.5.17.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-i18n/ibus/ibus-1.5.17.ebuild b/app-i18n/ibus/ibus-1.5.17.ebuild index 43eff2df2a0c..10bd3f700de7 100644 --- a/app-i18n/ibus/ibus-1.5.17.ebuild +++ b/app-i18n/ibus/ibus-1.5.17.ebuild @@ -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 ltprune python-r1 vala virtualx +inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala virtualx xdg-utils DESCRIPTION="Intelligent Input Bus for Linux / Unix OS" HOMEPAGE="https://github.com/ibus/ibus/wiki" @@ -98,6 +98,7 @@ src_prepare() { default eautoreconf + xdg_environment_reset } src_configure() { |