summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-07-18 23:04:33 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-07-18 23:04:33 +0900
commit7311f69bc12990129e2dfa5be764d2047664c725 (patch)
treeecc791f6db19a2cef5f4292000955909b09b2198 /app-i18n
parentapp-i18n/skkserv: update init script (diff)
downloadgentoo-7311f69bc12990129e2dfa5be764d2047664c725.tar.gz
gentoo-7311f69bc12990129e2dfa5be764d2047664c725.tar.bz2
gentoo-7311f69bc12990129e2dfa5be764d2047664c725.zip
app-i18n/libkkc: call xdg_environment_reset
Gentoo-Bug: 623934 Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/libkkc/libkkc-0.3.5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-i18n/libkkc/libkkc-0.3.5.ebuild b/app-i18n/libkkc/libkkc-0.3.5.ebuild
index 62e8f38e5140..05430798a652 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() {