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 8934D15814C for ; Sat, 11 Nov 2023 08:37:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDBD52BC024; Sat, 11 Nov 2023 08:37:19 +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 pigeon.gentoo.org (Postfix) with ESMTPS id ACB412BC024 for ; Sat, 11 Nov 2023 08:37:19 +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 C5468335CB4 for ; Sat, 11 Nov 2023 08:37:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C7C41361 for ; Sat, 11 Nov 2023 08:37:17 +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: <1699691779.8477d49a33f18730ae82dc8ae297e76e403f5acb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwin/kwin-5.27.9-r1.ebuild kde-plasma/kwin/kwin-5.27.9.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8477d49a33f18730ae82dc8ae297e76e403f5acb X-VCS-Branch: master Date: Sat, 11 Nov 2023 08:37:17 +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: cf154d26-8cdc-4ac2-a814-a40a9f1e8772 X-Archives-Hash: bb30bbb7777a550af98b1e2aeefc4113 commit: 8477d49a33f18730ae82dc8ae297e76e403f5acb Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 8 20:07:43 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 11 08:36:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8477d49a kde-plasma/kwin: Depend on dev-qt/qtgui[accessibility] Upstream commit 17beab21aa7a15a8aab63d294df9f1af34d008fb Closes: https://bugs.gentoo.org/916267 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin/{kwin-5.27.9.ebuild => kwin-5.27.9-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/kwin/kwin-5.27.9.ebuild b/kde-plasma/kwin/kwin-5.27.9-r1.ebuild similarity index 98% rename from kde-plasma/kwin/kwin-5.27.9.ebuild rename to kde-plasma/kwin/kwin-5.27.9-r1.ebuild index 987500c11e15..8f4aa4f45ebd 100644 --- a/kde-plasma/kwin/kwin-5.27.9.ebuild +++ b/kde-plasma/kwin/kwin-5.27.9-r1.ebuild @@ -24,7 +24,7 @@ COMMON_DEPEND=" >=dev-libs/wayland-1.21.0 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5=[egl,gles2-only=,libinput] + >=dev-qt/qtgui-${QTMIN}:5=[accessibility,egl,gles2-only=,libinput] >=dev-qt/qtnetwork-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtx11extras-${QTMIN}:5