diff options
author | 2021-10-14 03:21:32 +0100 | |
---|---|---|
committer | 2021-10-14 03:57:31 +0100 | |
commit | 42bf0f58eb93758f65396dcdb923b981ee196a7f (patch) | |
tree | 9ba6fae6e1f516b36ec6402252873eef915c4e06 /app-i18n | |
parent | app-i18n/ibus-kkc: [QA] fix unpack (diff) | |
download | gentoo-42bf0f58eb93758f65396dcdb923b981ee196a7f.tar.gz gentoo-42bf0f58eb93758f65396dcdb923b981ee196a7f.tar.bz2 gentoo-42bf0f58eb93758f65396dcdb923b981ee196a7f.zip |
app-i18n/ibus-kkc: [QA] place default before eautoreconf
This allows users to have patches for the build
system.
Bug: https://bugs.gentoo.org/817992
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild | 2 |
1 files changed, 1 insertions, 1 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 cbc6e89083d5..c78b6733a7ee 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 @@ -29,9 +29,9 @@ BDEPEND="$(vala_depend) nls? ( sys-devel/gettext )" src_prepare() { + default vala_src_prepare eautoreconf - default } src_configure() { |