From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1580484-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) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 2F0E4158013
	for <garchives@archives.gentoo.org>; Sat, 16 Dec 2023 09:46:28 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 741032BC015;
	Sat, 16 Dec 2023 09:46:27 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 56BF72BC015
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Dec 2023 09:46:27 +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 8F8F2335D77
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Dec 2023 09:46:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 00BDA979
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Dec 2023 09:46:24 +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: <1702719975.787439df5431f5eb576b7aa348238d1c558fe47b.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild
X-VCS-Directories: kde-plasma/wacomtablet/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 787439df5431f5eb576b7aa348238d1c558fe47b
X-VCS-Branch: master
Date: Sat, 16 Dec 2023 09:46:24 +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: c477962d-8e5d-4c88-b826-5f30e0c3e0d5
X-Archives-Hash: 069fb2f946c936e3cb0c892eda0602c0

commit:     787439df5431f5eb576b7aa348238d1c558fe47b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 09:44:53 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 09:46:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787439df

kde-plasma/wacomtablet: Add missing include

Closes: https://bugs.gentoo.org/920043
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild b/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild
index 31461d95cfca..dcfe0a4c9d08 100644
--- a/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild
+++ b/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild
@@ -59,6 +59,7 @@ PATCHES=(
 	"${WORKDIR}/${P}-only-show-on-X11.patch"
 	"${FILESDIR}/${P}-port-to-QRegularExpression.patch" # pre-requisite for below:
 	"${FILESDIR}/${P}-fix-incorrect-xsetwacom-call.patch" # bug 850652, KDE-bug 454947
+	"${FILESDIR}/${P}-missing-include.patch" # bug 920043
 )
 
 src_test() {