diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-17 11:09:37 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-17 11:23:24 +0100 |
commit | 74fd73d1553419e5968c3b9368fa409a54fce033 (patch) | |
tree | bc06f9b41888607b36f71f4f18d7c4f5f737a882 /app-portage | |
parent | dev-libs/appstream: Drop 0.12.7 (diff) | |
download | gentoo-74fd73d1553419e5968c3b9368fa409a54fce033.tar.gz gentoo-74fd73d1553419e5968c3b9368fa409a54fce033.tar.bz2 gentoo-74fd73d1553419e5968c3b9368fa409a54fce033.zip |
app-portage/kuroo: Drop unused DEPEND
Thanks-to: Andrew Schenck <galiven@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@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/kuroo/kuroo-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild index 6a24d09cce3a..c61ccf8e1e7a 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 |