diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-16 10:44:53 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-16 10:46:15 +0100 |
commit | 787439df5431f5eb576b7aa348238d1c558fe47b (patch) | |
tree | 1889290f9b7213c0bc140b7987239167fbdefe9e | |
parent | app-emulation/virt-manager: allow dev-libs/libisoburn > app-cdr/cdrtools (diff) | |
download | gentoo-787439df5431f5eb576b7aa348238d1c558fe47b.tar.gz gentoo-787439df5431f5eb576b7aa348238d1c558fe47b.tar.bz2 gentoo-787439df5431f5eb576b7aa348238d1c558fe47b.zip |
kde-plasma/wacomtablet: Add missing include
Closes: https://bugs.gentoo.org/920043
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |