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 DAD83138350 for ; Thu, 6 Feb 2020 22:24:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 319D0E08CE; Thu, 6 Feb 2020 22:24:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1A593E08CE for ; Thu, 6 Feb 2020 22:24:20 +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 42C8B34E82A for ; Thu, 6 Feb 2020 22:24:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E2F7EE for ; Thu, 6 Feb 2020 22:24:17 +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: <1581027844.2243f67b0fab9e5c84b40c38dcb8d49ea7d48c4a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/choqok/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/choqok/choqok-1.7.0.ebuild X-VCS-Directories: net-im/choqok/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2243f67b0fab9e5c84b40c38dcb8d49ea7d48c4a X-VCS-Branch: master Date: Thu, 6 Feb 2020 22:24:17 +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: 974bc347-5410-44dd-8319-c54bf1428393 X-Archives-Hash: 7ff1fcd4a34ee15171315b5cd6ff7598 commit: 2243f67b0fab9e5c84b40c38dcb8d49ea7d48c4a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 6 22:23:24 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 6 22:24:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2243f67b net-im/choqok: Temporary fix for USE !share Closes: https://bugs.gentoo.org/708464 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/choqok/choqok-1.7.0.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net-im/choqok/choqok-1.7.0.ebuild b/net-im/choqok/choqok-1.7.0.ebuild index b610393b434..a6a4bf140c4 100644 --- a/net-im/choqok/choqok-1.7.0.ebuild +++ b/net-im/choqok/choqok-1.7.0.ebuild @@ -48,9 +48,9 @@ DEPEND=" >=kde-frameworks/sonnet-${KFMIN}:5 attica? ( >=kde-frameworks/attica-${KFMIN}:5 ) konqueror? ( + >=dev-qt/qtwebkit-5.212.0_pre20180120:5 >=kde-frameworks/kparts-${KFMIN}:5 >=kde-frameworks/kdewebkit-${KFMIN}:5 - >=dev-qt/qtwebkit-5.212.0_pre20180120:5 ) share? ( >=kde-frameworks/purpose-${KFMIN}:5 ) telepathy? ( net-libs/telepathy-qt[qt5(+)] ) @@ -59,6 +59,12 @@ RDEPEND="${DEPEND}" DOCS=( AUTHORS README changelog ) +src_prepare() { + ecm_src_prepare + # TODO: quick fix for bug #708464 + sed -e "/find_package.*Purpose)/s/ COMPONENTS //" -i CMakeLists.txt || die +} + src_configure() { local mycmakeargs=( $(cmake_use_find_package attica KF5Attica)