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 B9C1E138334 for ; Mon, 15 Oct 2018 10:14:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79D1DE08C8; Mon, 15 Oct 2018 10:14:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4902BE08C8 for ; Mon, 15 Oct 2018 10:14:04 +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 0918A335CFD for ; Mon, 15 Oct 2018 10:14:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A543D3D6 for ; Mon, 15 Oct 2018 10:13:59 +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: <1539598424.52ff417b2785b5a86419754e183c17a1e8f06e2b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kmail/kmail-18.04.3.ebuild kde-apps/kmail/kmail-18.08.2.ebuild X-VCS-Directories: kde-apps/kmail/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 52ff417b2785b5a86419754e183c17a1e8f06e2b X-VCS-Branch: master Date: Mon, 15 Oct 2018 10:13:59 +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-Archives-Salt: 469430bb-354e-47d8-bff5-662858edb8c4 X-Archives-Hash: 6c8ea7785bc49f00b2801f2e068a564a commit: 52ff417b2785b5a86419754e183c17a1e8f06e2b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 15 10:12:39 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 15 10:13:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ff417b kde-apps/kmail: Fix src_prepare Closes: https://bugs.gentoo.org/668690 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 kde-apps/kmail/kmail-18.04.3.ebuild | 4 ++-- kde-apps/kmail/kmail-18.08.2.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-apps/kmail/kmail-18.04.3.ebuild b/kde-apps/kmail/kmail-18.04.3.ebuild index 990a482098e..7edc02c76e0 100644 --- a/kde-apps/kmail/kmail-18.04.3.ebuild +++ b/kde-apps/kmail/kmail-18.04.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -83,7 +83,7 @@ RDEPEND="${COMMON_DEPEND} RESTRICT+=" test" # bug 616878 src_prepare() { - cmake-utils_src_prepare + kde5_src_prepare if ! use handbook; then sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die diff --git a/kde-apps/kmail/kmail-18.08.2.ebuild b/kde-apps/kmail/kmail-18.08.2.ebuild index 31234f30f78..56e4cd96e31 100644 --- a/kde-apps/kmail/kmail-18.08.2.ebuild +++ b/kde-apps/kmail/kmail-18.08.2.ebuild @@ -83,7 +83,7 @@ RDEPEND="${COMMON_DEPEND} RESTRICT+=" test" # bug 616878 src_prepare() { - cmake-utils_src_prepare + kde5_src_prepare if ! use handbook; then sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die