From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 6E2EB1582EF for ; Sun, 16 Feb 2025 18:02:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 52CC334314A for ; Sun, 16 Feb 2025 18:02:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 556021102CD; Sun, 16 Feb 2025 18:02:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 4A94A1102CD for ; Sun, 16 Feb 2025 18:02:35 +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 F26C5343149 for ; Sun, 16 Feb 2025 18:02:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AB2F2637 for ; Sun, 16 Feb 2025 18:02:33 +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: <1739728939.4e58907d00c5551681dc3b166b6bf0261174c3b4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild kde-plasma/plasma-meta/plasma-meta-9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4e58907d00c5551681dc3b166b6bf0261174c3b4 X-VCS-Branch: master Date: Sun, 16 Feb 2025 18:02:33 +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: 4c2568bb-beb9-4a48-b1fa-274b7abffbd1 X-Archives-Hash: 28b0d7b3961c476d2bc03f3d9e7bcd8c commit: 4e58907d00c5551681dc3b166b6bf0261174c3b4 Author: Arsen Arsenović gentoo org> AuthorDate: Sun Feb 16 17:37:33 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 16 18:02:19 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4e58907d kde-plasma/plasma-meta: depend on plasma-desktop[input_devices_wacom] for wacom USE This USE flag is required to install the Drawing Tablet KCM, which is very useful for someone with a drawing tablet. Signed-off-by: Arsen Arsenović gentoo.org> Closes: https://github.com/gentoo/kde/pull/1030 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild | 5 ++++- kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild index bdb5ad46cd..389b4b3be9 100644 --- a/kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild @@ -117,7 +117,10 @@ RDEPEND=" !unsupported? ( !gui-apps/qt6ct ) - wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} ) + wacom? ( + >=kde-plasma/plasma-desktop-${PV}:${SLOT}[input_devices_wacom] + >=kde-plasma/wacomtablet-${PV}:${SLOT} + ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} ) webengine? ( kde-apps/khelpcenter:6 ) xwayland? ( >=gui-apps/xwaylandvideobridge-0.4.0 ) diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index bdb5ad46cd..389b4b3be9 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -117,7 +117,10 @@ RDEPEND=" !unsupported? ( !gui-apps/qt6ct ) - wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} ) + wacom? ( + >=kde-plasma/plasma-desktop-${PV}:${SLOT}[input_devices_wacom] + >=kde-plasma/wacomtablet-${PV}:${SLOT} + ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} ) webengine? ( kde-apps/khelpcenter:6 ) xwayland? ( >=gui-apps/xwaylandvideobridge-0.4.0 )