summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-14 03:21:32 +0100
committerSam James <sam@gentoo.org>2021-10-14 03:57:31 +0100
commit42bf0f58eb93758f65396dcdb923b981ee196a7f (patch)
tree9ba6fae6e1f516b36ec6402252873eef915c4e06 /app-i18n
parentapp-i18n/ibus-kkc: [QA] fix unpack (diff)
downloadgentoo-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.ebuild2
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() {