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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5A9A13835C for ; Fri, 14 May 2021 12:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAF43E0895; Fri, 14 May 2021 12:09:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C27E6E0896 for ; Fri, 14 May 2021 12:09:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8141333BE4D for ; Fri, 14 May 2021 12:09:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E5FB792 for ; Fri, 14 May 2021 12:09:01 +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: <1620989856.8acc864092bdbca280b9454d08eab7cb0295706e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8acc864092bdbca280b9454d08eab7cb0295706e X-VCS-Branch: master Date: Fri, 14 May 2021 12:09:01 +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: 45daeaef-a77c-4bd6-9ba3-a7a86893d9e9 X-Archives-Hash: cc149ef4c3f4f17a8c7279482c7d2844 commit: 8acc864092bdbca280b9454d08eab7cb0295706e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 13 20:07:29 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 14 10:57:36 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8acc8640 kde-plasma/plasma-workspace: Add dev-qt/qtgui[libinput] usedep Depending on dev-qt/qtgui[libinput] is the best way to make sure xkbcommon is enabled, as kwin already depends on dev-libs/libinput. KDE-bug: https://bugs.kde.org/show_bug.cgi?id=430662 Upstream commit 72620a6f2f5b3b6d580ff75c42a1df2d96a1bc31 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 29f010ed57..7114aa97f8 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -26,7 +26,7 @@ COMMON_DEPEND=" >=dev-libs/wayland-1.15 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5[widgets] - >=dev-qt/qtgui-${QTMIN}:5=[jpeg] + >=dev-qt/qtgui-${QTMIN}:5=[jpeg,libinput] >=dev-qt/qtnetwork-${QTMIN}:5 >=dev-qt/qtsql-${QTMIN}:5 >=dev-qt/qtsvg-${QTMIN}:5