From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 CCD76158013 for ; Sat, 16 Dec 2023 09:50:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F8252BC018; Sat, 16 Dec 2023 09:50:02 +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 07B012BC018 for ; Sat, 16 Dec 2023 09:50:02 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38D87335C8E for ; Sat, 16 Dec 2023 09:50:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA9DE979 for ; Sat, 16 Dec 2023 09:49:59 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1702720191.bbce3d916c1dde77da976f98345cdfe46d510b03.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/wacomtablet/files/wacomtablet-3.2.0-missing-include.patch X-VCS-Directories: kde-plasma/wacomtablet/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bbce3d916c1dde77da976f98345cdfe46d510b03 X-VCS-Branch: master Date: Sat, 16 Dec 2023 09:49:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28cd270a-364c-4568-a29d-2aba1e4ed389 X-Archives-Hash: 86927a4e0d6a3899022551689614bc00 commit: bbce3d916c1dde77da976f98345cdfe46d510b03 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 16 09:49:36 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 16 09:49:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbce3d91 kde-plasma/wacomtablet: Add missing patch... Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/wacomtablet-3.2.0-missing-include.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/kde-plasma/wacomtablet/files/wacomtablet-3.2.0-missing-include.patch b/kde-plasma/wacomtablet/files/wacomtablet-3.2.0-missing-include.patch new file mode 100644 index 000000000000..4ab144beabd4 --- /dev/null +++ b/kde-plasma/wacomtablet/files/wacomtablet-3.2.0-missing-include.patch @@ -0,0 +1,24 @@ +From c6bdd5a15c2e200aae6a7fe3597bbf11691e7e5f Mon Sep 17 00:00:00 2001 +From: Nicolas Fella +Date: Tue, 6 Jun 2023 23:24:07 +0200 +Subject: [PATCH] Add missing include + +--- + autotests/faketablet/faketablet.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/autotests/faketablet/faketablet.cpp b/autotests/faketablet/faketablet.cpp +index 076a8d18..bf9e4904 100644 +--- a/autotests/faketablet/faketablet.cpp ++++ b/autotests/faketablet/faketablet.cpp +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + #include + #include + #include +-- +GitLab +