commit: f7021e38b329383d7fb6da4daedb1d268fc815d9 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Thu Oct 14 12:26:07 2021 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Thu Oct 14 12:37:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7021e38
app-i18n/ibus-kkc: inherit vcs-snapshot Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild b/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild index c78b6733a7e..a7cb005d4f3 100644 --- a/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild +++ b/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild @@ -3,14 +3,13 @@ EAPI="7" -inherit autotools vala +inherit autotools vala vcs-snapshot EGIT_COMMIT="f7516ae20cb648cd8b0904aec5853d3a3d2611c4" DESCRIPTION="Japanese Kana Kanji conversion engine for IBus" HOMEPAGE="https://github.com/ueno/ibus-kkc" SRC_URI="https://github.com/ueno/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${EGIT_COMMIT}" LICENSE="GPL-2+" SLOT="0" @@ -29,8 +28,8 @@ BDEPEND="$(vala_depend) nls? ( sys-devel/gettext )" src_prepare() { - default vala_src_prepare + default eautoreconf }
