Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-kkc/
Date: Thu, 14 Oct 2021 02:57:51
Message-Id: 1634180251.42bf0f58eb93758f65396dcdb923b981ee196a7f.sam@gentoo
1 commit: 42bf0f58eb93758f65396dcdb923b981ee196a7f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 02:21:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 02:57:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bf0f58
7
8 app-i18n/ibus-kkc: [QA] place default before eautoreconf
9
10 This allows users to have patches for the build
11 system.
12
13 Bug: https://bugs.gentoo.org/817992
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 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
20 index cbc6e89083d..c78b6733a7e 100644
21 --- a/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
22 +++ b/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
23 @@ -29,9 +29,9 @@ BDEPEND="$(vala_depend)
24 nls? ( sys-devel/gettext )"
25
26 src_prepare() {
27 + default
28 vala_src_prepare
29 eautoreconf
30 - default
31 }
32
33 src_configure() {