From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1665089-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id CDA721581FB
	for <garchives@archives.gentoo.org>; Thu, 29 Aug 2024 00:40:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B10D2E29E7;
	Thu, 29 Aug 2024 00:40:24 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9BC02E29E7
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Aug 2024 00:40:24 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A51D7342F65
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Aug 2024 00:40:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B7C8E11CF
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Aug 2024 00:40:21 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1724892018.69e7cbec2adbd87e6795939880c76ec4fa033254.sam@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdenlive/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-apps/kdenlive/kdenlive-24.08.49.9999.ebuild kde-apps/kdenlive/kdenlive-9999.ebuild
X-VCS-Directories: kde-apps/kdenlive/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 69e7cbec2adbd87e6795939880c76ec4fa033254
X-VCS-Branch: master
Date: Thu, 29 Aug 2024 00:40:21 +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: 09afb1e9-fd67-45a9-b86d-035fb3e410e5
X-Archives-Hash: a2c1df8e5de6484fdccde560c4d6fa27

commit:     69e7cbec2adbd87e6795939880c76ec4fa033254
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 00:36:40 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 00:40:18 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=69e7cbec

kde-apps/kdenlive: add linux-headers dep

Uses linux/input.h.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-apps/kdenlive/kdenlive-24.08.49.9999.ebuild | 1 +
 kde-apps/kdenlive/kdenlive-9999.ebuild          | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/kdenlive/kdenlive-24.08.49.9999.ebuild b/kde-apps/kdenlive/kdenlive-24.08.49.9999.ebuild
index 53bb6adb0f..352abb5592 100644
--- a/kde-apps/kdenlive/kdenlive-24.08.49.9999.ebuild
+++ b/kde-apps/kdenlive/kdenlive-24.08.49.9999.ebuild
@@ -61,6 +61,7 @@ RDEPEND="${DEPEND}
 	media-video/mediainfo
 "
 BDEPEND="sys-devel/gettext"
+DEPEND+=" sys-kernel/linux-headers"
 
 src_configure() {
 	local mycmakeargs=(

diff --git a/kde-apps/kdenlive/kdenlive-9999.ebuild b/kde-apps/kdenlive/kdenlive-9999.ebuild
index 53bb6adb0f..352abb5592 100644
--- a/kde-apps/kdenlive/kdenlive-9999.ebuild
+++ b/kde-apps/kdenlive/kdenlive-9999.ebuild
@@ -61,6 +61,7 @@ RDEPEND="${DEPEND}
 	media-video/mediainfo
 "
 BDEPEND="sys-devel/gettext"
+DEPEND+=" sys-kernel/linux-headers"
 
 src_configure() {
 	local mycmakeargs=(