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 E9F11138334 for ; Sat, 30 Jun 2018 21:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D67DEE08D0; Sat, 30 Jun 2018 21:00:19 +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 AAC80E08D0 for ; Sat, 30 Jun 2018 21:00:19 +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 8109C335C8E for ; Sat, 30 Jun 2018 21:00:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38136354 for ; Sat, 30 Jun 2018 21:00:04 +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: <1530392350.41c9221a879470f0df6faa974f9e2cb4ab9f143c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/plasma-mediacenter/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild X-VCS-Directories: media-video/plasma-mediacenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 41c9221a879470f0df6faa974f9e2cb4ab9f143c X-VCS-Branch: master Date: Sat, 30 Jun 2018 21:00:04 +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: ba9aad9e-c445-4b44-a06d-5a8bb26f9ecd X-Archives-Hash: f59b9cc3d51bf073ab326694b5ae6949 commit: 41c9221a879470f0df6faa974f9e2cb4ab9f143c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 30 20:14:35 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 30 20:59:10 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=41c9221a media-video/plasma-mediacenter: Fix cmake warning Closes: https://bugs.gentoo.org/659612 Package-Manager: Portage-2.3.41, Repoman-2.3.9 media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild index 9f567cc841..caf463972e 100644 --- a/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild +++ b/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild @@ -40,7 +40,6 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package semantic-desktop KF5Baloo) - $(cmake-utils_use_find_package semantic-desktop KF5FileMetadata) ) kde5_src_configure