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/libkkc/
Date: Tue, 18 Jul 2017 14:05:04
Message-Id: 1500386673.7311f69bc12990129e2dfa5be764d2047664c725.hattya@gentoo
1 commit: 7311f69bc12990129e2dfa5be764d2047664c725
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 18 14:04:33 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 18 14:04:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7311f69b
7
8 app-i18n/libkkc: call xdg_environment_reset
9
10 Gentoo-Bug: 623934
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 app-i18n/libkkc/libkkc-0.3.5.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-i18n/libkkc/libkkc-0.3.5.ebuild b/app-i18n/libkkc/libkkc-0.3.5.ebuild
18 index 62e8f38e514..05430798a65 100644
19 --- a/app-i18n/libkkc/libkkc-0.3.5.ebuild
20 +++ b/app-i18n/libkkc/libkkc-0.3.5.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI="6"
23 PYTHON_COMPAT=( python2_7 )
24
25 -inherit ltprune python-any-r1 vala
26 +inherit ltprune python-any-r1 vala xdg-utils
27
28 DESCRIPTION="Japanese Kana Kanji conversion input method library"
29 HOMEPAGE="https://github.com/ueno/libkkc"
30 @@ -31,6 +31,7 @@ DEPEND="${RDEPEND}
31 src_prepare() {
32 vala_src_prepare
33 default
34 + xdg_environment_reset
35 }
36
37 src_configure() {