Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: net-libs/libbluedevil/
Date: Sun, 16 Aug 2020 16:01:02
Message-Id: 1597593645.b584db541768d33e7c6a7bf955f0171cdcbef2a8.asturm@gentoo
1 commit: b584db541768d33e7c6a7bf955f0171cdcbef2a8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 15:42:30 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 16:00:45 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=b584db54
7
8 net-libs/libbluedevil: Remove local FindQt4 cmake module
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/libbluedevil/libbluedevil-2.1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/net-libs/libbluedevil/libbluedevil-2.1.ebuild b/net-libs/libbluedevil/libbluedevil-2.1.ebuild
17 index 7840cfde..2dcd7f1a 100644
18 --- a/net-libs/libbluedevil/libbluedevil-2.1.ebuild
19 +++ b/net-libs/libbluedevil/libbluedevil-2.1.ebuild
20 @@ -1,8 +1,9 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 +CMAKE_REMOVE_MODULES_LIST=( FindQt4 )
28 inherit kde4-base
29
30 DESCRIPTION="Qt wrapper for bluez used in the KDE bluetooth stack"