From 971350ac9e4125ae20bff9206c4cfe1ce07ac92b Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Sat, 30 Oct 2021 00:31:14 +0900 Subject: app-i18n/ibus-anthy: fix build Closes: https://bugs.gentoo.org/820716 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori --- app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app-i18n/ibus-anthy') 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 } -- cgit v1.2.3-65-gdbad