From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1186351-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 94F56138359
	for <garchives@archives.gentoo.org>; Fri, 10 Jul 2020 14:39:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 41911E0839;
	Fri, 10 Jul 2020 14:39:45 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 29E14E0830
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jul 2020 14:39:45 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4E0D234EDDD
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jul 2020 14:39:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EA8382DC
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jul 2020 14:39:40 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1594391965.88edab67a1aff54bd3922826c61f130e9c6ac23a.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/khotkeys/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-plasma/khotkeys/khotkeys-5.19.49.9999.ebuild
X-VCS-Directories: kde-plasma/khotkeys/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 88edab67a1aff54bd3922826c61f130e9c6ac23a
X-VCS-Branch: master
Date: Fri, 10 Jul 2020 14:39:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 7acb321b-b8e1-47ab-8cf6-56c5a732e08b
X-Archives-Hash: b8032125c509779659f92f7662c71b07

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
+}