Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/choqok/
Date: Thu, 06 Feb 2020 22:24:20
Message-Id: 1581027844.2243f67b0fab9e5c84b40c38dcb8d49ea7d48c4a.asturm@gentoo
1 commit: 2243f67b0fab9e5c84b40c38dcb8d49ea7d48c4a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 22:23:24 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 22:24:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2243f67b
7
8 net-im/choqok: Temporary fix for USE !share
9
10 Closes: https://bugs.gentoo.org/708464
11 Package-Manager: Portage-2.3.87, Repoman-2.3.20
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 net-im/choqok/choqok-1.7.0.ebuild | 8 +++++++-
15 1 file changed, 7 insertions(+), 1 deletion(-)
16
17 diff --git a/net-im/choqok/choqok-1.7.0.ebuild b/net-im/choqok/choqok-1.7.0.ebuild
18 index b610393b434..a6a4bf140c4 100644
19 --- a/net-im/choqok/choqok-1.7.0.ebuild
20 +++ b/net-im/choqok/choqok-1.7.0.ebuild
21 @@ -48,9 +48,9 @@ DEPEND="
22 >=kde-frameworks/sonnet-${KFMIN}:5
23 attica? ( >=kde-frameworks/attica-${KFMIN}:5 )
24 konqueror? (
25 + >=dev-qt/qtwebkit-5.212.0_pre20180120:5
26 >=kde-frameworks/kparts-${KFMIN}:5
27 >=kde-frameworks/kdewebkit-${KFMIN}:5
28 - >=dev-qt/qtwebkit-5.212.0_pre20180120:5
29 )
30 share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
31 telepathy? ( net-libs/telepathy-qt[qt5(+)] )
32 @@ -59,6 +59,12 @@ RDEPEND="${DEPEND}"
33
34 DOCS=( AUTHORS README changelog )
35
36 +src_prepare() {
37 + ecm_src_prepare
38 + # TODO: quick fix for bug #708464
39 + sed -e "/find_package.*Purpose)/s/ COMPONENTS //" -i CMakeLists.txt || die
40 +}
41 +
42 src_configure() {
43 local mycmakeargs=(
44 $(cmake_use_find_package attica KF5Attica)