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 A6C061382C5 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 EB7C8E0896; Fri, 14 May 2021 12:09:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B7AB8E0895 for ; Fri, 14 May 2021 12:09:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 63A0033BDE1 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 E84A978F for ; Fri, 14 May 2021 12:09:00 +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: <1620989855.91b529fad431498c442f9493987ea7dfcd7968be.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwin/kwin-9999.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 91b529fad431498c442f9493987ea7dfcd7968be X-VCS-Branch: master Date: Fri, 14 May 2021 12:09:00 +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: 1e8541b5-3556-4b39-9853-78b4529c36c9 X-Archives-Hash: d79692ed7d1952d912df74b88d0bc466 commit: 91b529fad431498c442f9493987ea7dfcd7968be Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 13 19:36:13 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 14 10:57:35 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=91b529fa kde-plasma/kwin: Drop unused DEPEND, 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=375518 QTBUG: https://bugreports.qt.io/browse/QTBUG-90611 Upstream commits: bd4d17b3a1489fe55369eee6ff7cbd555e1879f9 91f47c909237437e93ceb84326ae1eead0c3e3e7 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin/kwin-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index 230247dad1..f0fbd26b8f 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -25,8 +25,7 @@ COMMON_DEPEND=" >=dev-libs/wayland-1.2 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5=[gles2-only=] - >=dev-qt/qtscript-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5=[gles2-only=,libinput] >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtx11extras-${QTMIN}:5 >=kde-frameworks/kactivities-${KFMIN}:5