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 8810C138334 for ; Thu, 20 Jun 2019 10:37:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2917E099C; Thu, 20 Jun 2019 10:37:42 +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 A4BB6E099C for ; Thu, 20 Jun 2019 10:37:42 +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 78525346565 for ; Thu, 20 Jun 2019 10:37:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A5BB625 for ; Thu, 20 Jun 2019 10:37:38 +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: <1561025872.cce75f3ebc66a58b513aaff9e5f2f9e12b9231ac.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenetwork-filesharing/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-18.12.3.ebuild kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-19.04.2.ebuild X-VCS-Directories: kde-apps/kdenetwork-filesharing/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cce75f3ebc66a58b513aaff9e5f2f9e12b9231ac X-VCS-Branch: master Date: Thu, 20 Jun 2019 10:37:38 +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: e0970acf-556c-490f-946c-552ad2462e5d X-Archives-Hash: d04462d08461406b0ee122f774b54c14 commit: cce75f3ebc66a58b513aaff9e5f2f9e12b9231ac Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 20 10:08:58 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 20 10:17:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce75f3e kde-apps/kdenetwork-filesharing: Punt bogus dep KF5DocTools Reported-by: Doppler cock.li> Closes: https://bugs.gentoo.org/688358 Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kdenetwork-filesharing/kdenetwork-filesharing-18.12.3.ebuild | 5 +++++ .../kdenetwork-filesharing/kdenetwork-filesharing-19.04.2.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-18.12.3.ebuild b/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-18.12.3.ebuild index 4adb9bb104b..71c05391e9d 100644 --- a/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-18.12.3.ebuild +++ b/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-18.12.3.ebuild @@ -20,6 +20,11 @@ DEPEND=" " RDEPEND="${DEPEND}" +src_prepare() { + kde5_src_prepare + punt_bogus_dep KF5 DocTools +} + src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt5=ON diff --git a/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-19.04.2.ebuild b/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-19.04.2.ebuild index cf73bf08289..67b8503470e 100644 --- a/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-19.04.2.ebuild +++ b/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-19.04.2.ebuild @@ -20,6 +20,11 @@ DEPEND=" " RDEPEND="${DEPEND}" +src_prepare() { + kde5_src_prepare + punt_bogus_dep KF5 DocTools +} + src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt5=ON