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 0E01913835A for ; Sun, 16 Aug 2020 16:01:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 144DEE086D; Sun, 16 Aug 2020 16:01:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F22F9E0864 for ; Sun, 16 Aug 2020 16:01:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C38FB34F2B8 for ; Sun, 16 Aug 2020 16:00:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F70731B for ; Sun, 16 Aug 2020 16:00:58 +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: <1597593645.b584db541768d33e7c6a7bf955f0171cdcbef2a8.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: net-libs/libbluedevil/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: net-libs/libbluedevil/libbluedevil-2.1.ebuild X-VCS-Directories: net-libs/libbluedevil/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b584db541768d33e7c6a7bf955f0171cdcbef2a8 X-VCS-Branch: master Date: Sun, 16 Aug 2020 16:00:58 +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: 2c313f9a-4f2b-4693-a2c5-ff4ce817714b X-Archives-Hash: ff4ae8a052bcc5e812a643562e7732fe commit: b584db541768d33e7c6a7bf955f0171cdcbef2a8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 16 15:42:30 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 16 16:00:45 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=b584db54 net-libs/libbluedevil: Remove local FindQt4 cmake module Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libbluedevil/libbluedevil-2.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-libs/libbluedevil/libbluedevil-2.1.ebuild b/net-libs/libbluedevil/libbluedevil-2.1.ebuild index 7840cfde..2dcd7f1a 100644 --- a/net-libs/libbluedevil/libbluedevil-2.1.ebuild +++ b/net-libs/libbluedevil/libbluedevil-2.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 +CMAKE_REMOVE_MODULES_LIST=( FindQt4 ) inherit kde4-base DESCRIPTION="Qt wrapper for bluez used in the KDE bluetooth stack"