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 4102F1395E2 for ; Sun, 11 Dec 2016 08:52:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 855BBE08AF; Sun, 11 Dec 2016 08:52:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64FECE08AF for ; Sun, 11 Dec 2016 08:52:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52CC1341016 for ; Sun, 11 Dec 2016 08:52:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B6CE4A0 for ; Sun, 11 Dec 2016 08:52:26 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1481446308.9e48c3619910d231e6e9eb828ecea3b23a920db7.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild X-VCS-Directories: kde-frameworks/frameworkintegration/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 9e48c3619910d231e6e9eb828ecea3b23a920db7 X-VCS-Branch: master Date: Sun, 11 Dec 2016 08:52: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: c8357623-1159-4def-bcf8-e8e1a1333fec X-Archives-Hash: a22fd58ac64ac2191d4ac50d80e11033 commit: 9e48c3619910d231e6e9eb828ecea3b23a920db7 Author: Johannes Huber gentoo org> AuthorDate: Sun Dec 11 08:51:48 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Dec 11 08:51:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9e48c361 kde-frameworks/frameworkintegration: Punt bogus DBus Only needed for packagekit integration. Which is not ready due to not packaged AppStreamQt. Upstream commit 04389b36653b2d0df8a3ac2fc62bafa1aaaab86e Thanks-to: Arfrever Package-Manager: portage-2.3.3 .../frameworkintegration/frameworkintegration-5.29.0.ebuild | 5 +++++ kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild index 13ff4e4..fa01c89 100644 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild +++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild @@ -31,6 +31,11 @@ DEPEND="${RDEPEND}" # requires running kde environment RESTRICT+=" test" +src_prepare() { + punt_bogus_dep Qt5 DBus + kde5_src_prepare +} + src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package X XCB) diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild index a06d98a..3c75b53 100644 --- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild +++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild @@ -31,6 +31,11 @@ DEPEND="${RDEPEND}" # requires running kde environment RESTRICT+=" test" +src_prepare() { + punt_bogus_dep Qt5 DBus + kde5_src_prepare +} + src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package X XCB)