commit: 11a1d73f6935061e1e9622ce52185423500926ed
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 20:39:24 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 14:41:46 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=11a1d73f
kde-plasma/kwrited: Drop non-existent dependency
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwrited/kwrited-4.11.22.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/kde-plasma/kwrited/kwrited-4.11.22.ebuild
b/kde-plasma/kwrited/kwrited-4.11.22.ebuild
index d0a37649..6033fd47 100644
--- a/kde-plasma/kwrited/kwrited-4.11.22.ebuild
+++ b/kde-plasma/kwrited/kwrited-4.11.22.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
+
KMNAME="kde-workspace"
inherit kde4-meta
@@ -9,7 +10,5 @@ DESCRIPTION="KDE Plasma daemon listening for wall and write
messages"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
-DEPEND="
- || ( >=sys-libs/libutempter-1.1.5 >=sys-freebsd/freebsd-lib-9.0 )
-"
+DEPEND=">=sys-libs/libutempter-1.1.5"
RDEPEND="${DEPEND}"