commit:     971350ac9e4125ae20bff9206c4cfe1ce07ac92b
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 15:31:14 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 15:32:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971350ac

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 <hattya <AT> gentoo.org>

 app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 feadd97d86e..955ebf478d1 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
 }
 

Reply via email to