summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/ibus-anthy')
-rw-r--r--app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
index feadd97d86ec..955ebf478d18 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
@@ -4,7 +4,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_{8,9} )
-inherit gnome2-utils python-single-r1 xdg
+inherit autotools gnome2-utils python-single-r1 xdg
DESCRIPTION="Japanese Anthy engine for IBus"
HOMEPAGE="https://github.com/ibus/ibus/wiki"
@@ -29,6 +29,7 @@ BDEPEND="sys-devel/gettext
src_prepare() {
default
+ eautoreconf
gnome2_environment_reset
}