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-anthy/
Date: Tue, 01 Aug 2017 13:13:21
Message-Id: 1501593122.ff5f68500b0705016f4c1894c555acb19a3ee680.hattya@gentoo
1 commit: ff5f68500b0705016f4c1894c555acb19a3ee680
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 13:12:02 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 13:12:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5f6850
7
8 app-i18n/ibus-anthy: call gnome2_environment_reset
9
10 Gentoo-Bug: 587160
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild | 5 +++++
15 app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 5 +++++
16 2 files changed, 10 insertions(+)
17
18 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
19 index 0762195d8b4..9277d4dffee 100644
20 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
21 +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
22 @@ -26,6 +26,11 @@ DEPEND="${RDEPEND}
23 virtual/pkgconfig
24 nls? ( sys-devel/gettext )"
25
26 +src_prepare() {
27 + default
28 + gnome2_environment_reset
29 +}
30 +
31 src_configure() {
32 econf \
33 $(use_enable nls) \
34
35 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
36 index b05ffea695f..2f76f7939d7 100644
37 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
38 +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
39 @@ -26,6 +26,11 @@ DEPEND="${RDEPEND}
40 virtual/pkgconfig
41 nls? ( sys-devel/gettext )"
42
43 +src_prepare() {
44 + default
45 + gnome2_environment_reset
46 +}
47 +
48 src_configure() {
49 econf \
50 $(use_enable nls) \