commit: 74fd73d1553419e5968c3b9368fa409a54fce033 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Dec 17 10:09:37 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Dec 17 10:23:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74fd73d1
app-portage/kuroo: Drop unused DEPEND Thanks-to: Andrew Schenck <galiven <AT> users.sourceforge.net> Bug: https://bugs.gentoo.org/759763 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-portage/kuroo/kuroo-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild index 6a24d09cce3..c61ccf8e1e7 100644 --- a/app-portage/kuroo/kuroo-9999.ebuild +++ b/app-portage/kuroo/kuroo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,8 +10,8 @@ DESCRIPTION="Graphical Portage frontend based on KDE Frameworks" HOMEPAGE="https://sourceforge.net/projects/kuroo/" LICENSE="GPL-2" -KEYWORDS="" SLOT="0" +KEYWORDS="" IUSE="" DEPEND=" @@ -22,7 +22,6 @@ DEPEND=" kde-frameworks/kconfig:5 kde-frameworks/kconfigwidgets:5 kde-frameworks/kcoreaddons:5 - kde-frameworks/kdelibs4support:5 kde-frameworks/ki18n:5 kde-frameworks/kio:5 kde-frameworks/kitemviews:5
