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 1B88F138334 for ; Mon, 15 Oct 2018 10:14:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12174E08D4; Mon, 15 Oct 2018 10:14:35 +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 C693AE08D4 for ; Mon, 15 Oct 2018 10:14:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1E1DB335CFF for ; Mon, 15 Oct 2018 10:14:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DE3A3F1 for ; Mon, 15 Oct 2018 10:14:26 +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: <1539598277.ef638605aa2b34e7fe0f5b4b7893ef02d0a6ccef.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmail/kmail-18.08.49.9999.ebuild kde-apps/kmail/kmail-9999.ebuild X-VCS-Directories: kde-apps/kmail/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ef638605aa2b34e7fe0f5b4b7893ef02d0a6ccef X-VCS-Branch: master Date: Mon, 15 Oct 2018 10:14:26 +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: e7f7b881-e787-4c45-b8bc-3458eae85939 X-Archives-Hash: 9dec2710c825bc62b3e14422aab30968 commit: ef638605aa2b34e7fe0f5b4b7893ef02d0a6ccef Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 15 10:11:17 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 15 10:11:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ef638605 kde-apps/kmail: Fix src_prepare Bug: 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.08.49.9999.ebuild | 4 ++-- kde-apps/kmail/kmail-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-apps/kmail/kmail-18.08.49.9999.ebuild b/kde-apps/kmail/kmail-18.08.49.9999.ebuild index 5ea990b038..eccba695d1 100644 --- a/kde-apps/kmail/kmail-18.08.49.9999.ebuild +++ b/kde-apps/kmail/kmail-18.08.49.9999.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-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild index 5ea990b038..eccba695d1 100644 --- a/kde-apps/kmail/kmail-9999.ebuild +++ b/kde-apps/kmail/kmail-9999.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