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 486221382C5 for ; Tue, 4 May 2021 16:05:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69AA1E069C; Tue, 4 May 2021 16:05:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51C6FE069C for ; Tue, 4 May 2021 16:05:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64EB233BE4E for ; Tue, 4 May 2021 16:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F37D4743 for ; Tue, 4 May 2021 16:05:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1620144235.bfbcb4f9cf4025b1304ea7264229192b4107a34d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/keditbookmarks/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/keditbookmarks/keditbookmarks-21.04.49.9999.ebuild kde-apps/keditbookmarks/keditbookmarks-9999.ebuild X-VCS-Directories: kde-apps/keditbookmarks/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bfbcb4f9cf4025b1304ea7264229192b4107a34d X-VCS-Branch: master Date: Tue, 4 May 2021 16:05:19 +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: b479f67b-6265-4267-bfd8-4684ad477301 X-Archives-Hash: 6ae8e7a7a3107ce0d997d96dbd1d9dc7 commit: bfbcb4f9cf4025b1304ea7264229192b4107a34d Author: Sam James gentoo org> AuthorDate: Tue Apr 27 20:02:01 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 4 16:03:55 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bfbcb4f9 kde-apps/keditbookmarks: fix function/phase declaration style See also: https://github.com/gentoo/gentoo/pull/20563 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/keditbookmarks/keditbookmarks-21.04.49.9999.ebuild | 2 +- kde-apps/keditbookmarks/keditbookmarks-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/keditbookmarks/keditbookmarks-21.04.49.9999.ebuild b/kde-apps/keditbookmarks/keditbookmarks-21.04.49.9999.ebuild index 583d61e049..15a9092fe8 100644 --- a/kde-apps/keditbookmarks/keditbookmarks-21.04.49.9999.ebuild +++ b/kde-apps/keditbookmarks/keditbookmarks-21.04.49.9999.ebuild @@ -38,7 +38,7 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_prepare(){ +src_prepare() { ecm_src_prepare if ! use man ; then diff --git a/kde-apps/keditbookmarks/keditbookmarks-9999.ebuild b/kde-apps/keditbookmarks/keditbookmarks-9999.ebuild index 259ef91afd..4757d62f2c 100644 --- a/kde-apps/keditbookmarks/keditbookmarks-9999.ebuild +++ b/kde-apps/keditbookmarks/keditbookmarks-9999.ebuild @@ -38,7 +38,7 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_prepare(){ +src_prepare() { ecm_src_prepare if ! use man ; then