commit: 7311f69bc12990129e2dfa5be764d2047664c725 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Tue Jul 18 14:04:33 2017 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Tue Jul 18 14:04:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7311f69b
app-i18n/libkkc: call xdg_environment_reset Gentoo-Bug: 623934 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/libkkc/libkkc-0.3.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-i18n/libkkc/libkkc-0.3.5.ebuild b/app-i18n/libkkc/libkkc-0.3.5.ebuild index 62e8f38e514..05430798a65 100644 --- a/app-i18n/libkkc/libkkc-0.3.5.ebuild +++ b/app-i18n/libkkc/libkkc-0.3.5.ebuild @@ -4,7 +4,7 @@ EAPI="6" PYTHON_COMPAT=( python2_7 ) -inherit ltprune python-any-r1 vala +inherit ltprune python-any-r1 vala xdg-utils DESCRIPTION="Japanese Kana Kanji conversion input method library" HOMEPAGE="https://github.com/ueno/libkkc" @@ -31,6 +31,7 @@ DEPEND="${RDEPEND} src_prepare() { vala_src_prepare default + xdg_environment_reset } src_configure() {
