diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-08-01 22:12:02 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-08-01 22:12:02 +0900 |
commit | ff5f68500b0705016f4c1894c555acb19a3ee680 (patch) | |
tree | 98c2970fe439bf5d1d92d7536bb93c4295bf5141 /app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | |
parent | app-i18n/ibus-anthy: add dev-python/pygobject to RDEPEND (diff) | |
download | gentoo-ff5f68500b0705016f4c1894c555acb19a3ee680.tar.gz gentoo-ff5f68500b0705016f4c1894c555acb19a3ee680.tar.bz2 gentoo-ff5f68500b0705016f4c1894c555acb19a3ee680.zip |
app-i18n/ibus-anthy: call gnome2_environment_reset
Gentoo-Bug: 587160
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild')
-rw-r--r-- | app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild index b05ffea695f6..2f76f7939d71 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild @@ -26,6 +26,11 @@ DEPEND="${RDEPEND} virtual/pkgconfig nls? ( sys-devel/gettext )" +src_prepare() { + default + gnome2_environment_reset +} + src_configure() { econf \ $(use_enable nls) \ |