Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-plasma/kwrited/
Date: Tue, 25 Aug 2020 14:51:16
Message-Id: 1598366506.11a1d73f6935061e1e9622ce52185423500926ed.asturm@gentoo
1 commit: 11a1d73f6935061e1e9622ce52185423500926ed
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 20:39:24 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 14:41:46 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=11a1d73f
7
8 kde-plasma/kwrited: Drop non-existent dependency
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-plasma/kwrited/kwrited-4.11.22.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/kde-plasma/kwrited/kwrited-4.11.22.ebuild b/kde-plasma/kwrited/kwrited-4.11.22.ebuild
17 index d0a37649..6033fd47 100644
18 --- a/kde-plasma/kwrited/kwrited-4.11.22.ebuild
19 +++ b/kde-plasma/kwrited/kwrited-4.11.22.ebuild
20 @@ -1,7 +1,8 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 +
27 KMNAME="kde-workspace"
28 inherit kde4-meta
29
30 @@ -9,7 +10,5 @@ DESCRIPTION="KDE Plasma daemon listening for wall and write messages"
31 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
32 IUSE="debug"
33
34 -DEPEND="
35 - || ( >=sys-libs/libutempter-1.1.5 >=sys-freebsd/freebsd-lib-9.0 )
36 -"
37 +DEPEND=">=sys-libs/libutempter-1.1.5"
38 RDEPEND="${DEPEND}"