commit: 88edab67a1aff54bd3922826c61f130e9c6ac23a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 10 14:20:16 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 14:39:25 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=88edab67
kde-plasma/khotkeys: Punt bogus dep
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/khotkeys/khotkeys-5.19.49.9999.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/kde-plasma/khotkeys/khotkeys-5.19.49.9999.ebuild
b/kde-plasma/khotkeys/khotkeys-5.19.49.9999.ebuild
index 4959722344..2d426a9d8c 100644
--- a/kde-plasma/khotkeys/khotkeys-5.19.49.9999.ebuild
+++ b/kde-plasma/khotkeys/khotkeys-5.19.49.9999.ebuild
@@ -48,3 +48,8 @@ RDEPEND="${COMMON_DEPEND}
>=kde-frameworks/kded-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
"
+
+src_prepare() {
+ ecm_src_prepare
+ ecm_punt_bogus_dep KF5 Plasma # TODO: upstream
+}