Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/
Date: Mon, 07 May 2018 14:18:19
Message-Id: 1525702453.02e875724cee4f20e4dc041e4435a11214a3092f.hattya@gentoo
1 commit: 02e875724cee4f20e4dc041e4435a11214a3092f
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 7 14:14:13 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Mon May 7 14:14:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e87572
7
8 app-i18n/ibus: fix tests
9
10 Closes: https://bugs.gentoo.org/642964
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 app-i18n/ibus/ibus-1.5.17.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/app-i18n/ibus/ibus-1.5.17.ebuild b/app-i18n/ibus/ibus-1.5.17.ebuild
17 index 43eff2df2a0..10bd3f700de 100644
18 --- a/app-i18n/ibus/ibus-1.5.17.ebuild
19 +++ b/app-i18n/ibus/ibus-1.5.17.ebuild
20 @@ -5,7 +5,7 @@ EAPI="6"
21 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
22 VALA_USE_DEPEND="vapigen"
23
24 -inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala virtualx
25 +inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala virtualx xdg-utils
26
27 DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
28 HOMEPAGE="https://github.com/ibus/ibus/wiki"
29 @@ -98,6 +98,7 @@ src_prepare() {
30
31 default
32 eautoreconf
33 + xdg_environment_reset
34 }
35
36 src_configure() {