Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/
Date: Sat, 30 Jan 2021 22:31:13
Message-Id: 1612045429.6d2da3252a83fdfc51fb74fcf58db3d7442aa93d.asturm@gentoo
1 commit: 6d2da3252a83fdfc51fb74fcf58db3d7442aa93d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 22:23:49 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 22:23:49 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6d2da325
7
8 kde-plasma/plasma-workspace: Drop unused DEPEND, set cmake min to 3.14
9
10 Upstream commits:
11 7f13eea36ea4a183e4489479c1177e57cecc112d
12 2c758a1ad723eec8beef7eafa2c2e77f941291a6
13
14 Package-Manager: Portage-3.0.14, Repoman-3.0.2
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 6 ++++--
18 1 file changed, 4 insertions(+), 2 deletions(-)
19
20 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
21 index 08dc1e935b..abd28b6568 100644
22 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
23 +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
24 @@ -21,7 +21,10 @@ IUSE="appstream +calendar +fontconfig geolocation gps qalculate screencast +sema
25 REQUIRED_USE="gps? ( geolocation )"
26 RESTRICT+=" test"
27
28 -BDEPEND="virtual/pkgconfig"
29 +BDEPEND="
30 + >=dev-util/cmake-3.14
31 + virtual/pkgconfig
32 +"
33 COMMON_DEPEND="
34 >=dev-libs/wayland-1.15
35 >=dev-qt/qtdbus-${QTMIN}:5
36 @@ -96,7 +99,6 @@ COMMON_DEPEND="
37 calendar? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
38 fontconfig? (
39 media-libs/fontconfig
40 - media-libs/freetype
41 x11-libs/libXft
42 x11-libs/xcb-util-image
43 )