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 4917115814D for ; Sat, 11 Nov 2023 20:24:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 900DC2BC06F; Sat, 11 Nov 2023 20:24:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7971F2BC06F for ; Sat, 11 Nov 2023 20:24: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 C4CC7335DA0 for ; Sat, 11 Nov 2023 20:24:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61A8D1367 for ; Sat, 11 Nov 2023 20:24: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: <1699733983.6a98778e2d51b1919159acc5468e7aafec095a66.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtgui/qtgui-5.15.11.9999.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6a98778e2d51b1919159acc5468e7aafec095a66 X-VCS-Branch: master Date: Sat, 11 Nov 2023 20:24: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: 26894d23-eb39-48c2-8a3d-bf336d17fa50 X-Archives-Hash: 0cd2958caa0d257e50656e119f6263fe commit: 6a98778e2d51b1919159acc5468e7aafec095a66 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 8 20:05:40 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 11 20:19:43 2023 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6a98778e dev-qt/qtgui: Wire up IUSE=accessibility, add missing dependency Bug: https://bugs.gentoo.org/916267 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtgui/qtgui-5.15.11.9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-qt/qtgui/qtgui-5.15.11.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.11.9999.ebuild index cf55be1b..26bbb3d2 100644 --- a/dev-qt/qtgui/qtgui-5.15.11.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.11.9999.ebuild @@ -33,6 +33,7 @@ RDEPEND=" media-libs/freetype:2 media-libs/harfbuzz:= sys-libs/zlib:= + accessibility? ( app-accessibility/at-spi2-core:2 ) dbus? ( =dev-qt/qtdbus-${QT5_PV}* ) eglfs? ( media-libs/mesa[gbm(+)] @@ -150,6 +151,7 @@ src_prepare() { src_configure() { local myconf=( + $(qt_use accessibility feature-accessibility-atspi-bridge) $(usev dbus -dbus-linked) $(qt_use egl) $(qt_use eglfs)