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-frameworks/kcalendarcore/
Date: Mon, 03 Jan 2022 15:30:21
Message-Id: 1641223795.dd27ddbd770e0f1741459f135c09eeffead38021.asturm@gentoo
1 commit: dd27ddbd770e0f1741459f135c09eeffead38021
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 15:29:55 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 15:29:55 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd27ddbd
7
8 kde-frameworks/kcalendarcore: Drop obsolete blocker
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild | 10 +++-------
14 kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild | 10 +++-------
15 2 files changed, 6 insertions(+), 14 deletions(-)
16
17 diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild
18 index c8d79be4c9..43564b587e 100644
19 --- a/kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild
20 +++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -15,13 +15,9 @@ IUSE=""
28
29 RESTRICT="test" # multiple tests fail or hang indefinitely
30
31 -BDEPEND="
32 - sys-devel/bison
33 -"
34 DEPEND="
35 >=dev-libs/libical-3.0.5:=
36 >=dev-qt/qtgui-${QTMIN}:5
37 "
38 -RDEPEND="${DEPEND}
39 - !kde-apps/kcalcore:5
40 -"
41 +RDEPEND="${DEPEND}"
42 +BDEPEND="sys-devel/bison"
43
44 diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild
45 index bc848d0179..6abd3c2769 100644
46 --- a/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild
47 +++ b/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2021 Gentoo Authors
50 +# Copyright 1999-2022 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=8
54 @@ -15,13 +15,9 @@ IUSE=""
55
56 RESTRICT="test" # multiple tests fail or hang indefinitely
57
58 -BDEPEND="
59 - sys-devel/bison
60 -"
61 DEPEND="
62 >=dev-libs/libical-3.0.5:=
63 >=dev-qt/qtgui-${QTMIN}:5
64 "
65 -RDEPEND="${DEPEND}
66 - !kde-apps/kcalcore:5
67 -"
68 +RDEPEND="${DEPEND}"
69 +BDEPEND="sys-devel/bison"