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 88C1413835A for ; Sat, 30 Jan 2021 22:31:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50772E0B20; Sat, 30 Jan 2021 22:31:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1D73AE0B20 for ; Sat, 30 Jan 2021 22:31:12 +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 ABF1D340E30 for ; Sat, 30 Jan 2021 22:31:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0567C4A4 for ; Sat, 30 Jan 2021 22:31:09 +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: <1612045429.6d2da3252a83fdfc51fb74fcf58db3d7442aa93d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6d2da3252a83fdfc51fb74fcf58db3d7442aa93d X-VCS-Branch: master Date: Sat, 30 Jan 2021 22:31:09 +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: 408e375e-b399-4166-818b-1f2fcc17b742 X-Archives-Hash: f2add9f873b38d1bd72a00dd143c554f commit: 6d2da3252a83fdfc51fb74fcf58db3d7442aa93d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 30 22:23:49 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 30 22:23:49 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6d2da325 kde-plasma/plasma-workspace: Drop unused DEPEND, set cmake min to 3.14 Upstream commits: 7f13eea36ea4a183e4489479c1177e57cecc112d 2c758a1ad723eec8beef7eafa2c2e77f941291a6 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 08dc1e935b..abd28b6568 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -21,7 +21,10 @@ IUSE="appstream +calendar +fontconfig geolocation gps qalculate screencast +sema REQUIRED_USE="gps? ( geolocation )" RESTRICT+=" test" -BDEPEND="virtual/pkgconfig" +BDEPEND=" + >=dev-util/cmake-3.14 + virtual/pkgconfig +" COMMON_DEPEND=" >=dev-libs/wayland-1.15 >=dev-qt/qtdbus-${QTMIN}:5 @@ -96,7 +99,6 @@ COMMON_DEPEND=" calendar? ( >=kde-frameworks/kholidays-${KFMIN}:5 ) fontconfig? ( media-libs/fontconfig - media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image )