diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-10-30 00:31:14 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-10-30 00:32:38 +0900 |
commit | 971350ac9e4125ae20bff9206c4cfe1ce07ac92b (patch) | |
tree | 3a67fdb7969f7a6032e5d7ba4a470b0df85a2b63 /app-i18n/ibus-anthy | |
parent | dev-python/passlib: Added argon2-cffi to optfeatures (diff) | |
download | gentoo-971350ac9e4125ae20bff9206c4cfe1ce07ac92b.tar.gz gentoo-971350ac9e4125ae20bff9206c4cfe1ce07ac92b.tar.bz2 gentoo-971350ac9e4125ae20bff9206c4cfe1ce07ac92b.zip |
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@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-anthy')
-rw-r--r-- | app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild | 3 |
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 } |