From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2341E158086 for ; Thu, 14 Oct 2021 02:57:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA99BE082B; Thu, 14 Oct 2021 02:57:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DD53E082B for ; Thu, 14 Oct 2021 02:57:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2D933431A9 for ; Thu, 14 Oct 2021 02:57:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B705150 for ; Thu, 14 Oct 2021 02:57:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1634180251.42bf0f58eb93758f65396dcdb923b981ee196a7f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-kkc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild X-VCS-Directories: app-i18n/ibus-kkc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 42bf0f58eb93758f65396dcdb923b981ee196a7f X-VCS-Branch: master Date: Thu, 14 Oct 2021 02:57:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e0e5b7c6-5f94-4400-be3e-403ee35af76f X-Archives-Hash: c15ff0d9b5bda679aa392a0b55f55d7c commit: 42bf0f58eb93758f65396dcdb923b981ee196a7f Author: Sam James gentoo org> AuthorDate: Thu Oct 14 02:21:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 14 02:57:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bf0f58 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 gentoo.org> app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cbc6e89083d..c78b6733a7e 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() {