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 67BF01581EE for ; Sun, 23 Mar 2025 01:38:47 +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 4E7EB34341A for ; Sun, 23 Mar 2025 01:38:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4BD001103B8; Sun, 23 Mar 2025 01:38:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id 3E3C11103B8 for ; Sun, 23 Mar 2025 01:38:46 +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 E3F0734340B for ; Sun, 23 Mar 2025 01:38:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4751C122C for ; Sun, 23 Mar 2025 01:38:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1742693852.9f79d11097b3e55a6c092ddf2f352580fb127602.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyatspi/pyatspi-2.46.1.ebuild X-VCS-Directories: dev-python/pyatspi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9f79d11097b3e55a6c092ddf2f352580fb127602 X-VCS-Branch: master Date: Sun, 23 Mar 2025 01:38:44 +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: 341f3deb-98b7-416a-a191-f0b7ac8df756 X-Archives-Hash: e467972eecdbccaa473406e05e44dbea commit: 9f79d11097b3e55a6c092ddf2f352580fb127602 Author: Sam James gentoo org> AuthorDate: Sun Mar 23 01:32:05 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 23 01:37:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f79d110 dev-python/pyatspi: BDEPEND on which It's fixed upstream in the next release by Eli. Closes: https://bugs.gentoo.org/942995 Signed-off-by: Sam James gentoo.org> dev-python/pyatspi/pyatspi-2.46.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/pyatspi/pyatspi-2.46.1.ebuild b/dev-python/pyatspi/pyatspi-2.46.1.ebuild index 4a893551f522..cc412be4a090 100644 --- a/dev-python/pyatspi/pyatspi-2.46.1.ebuild +++ b/dev-python/pyatspi/pyatspi-2.46.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,7 +29,9 @@ RDEPEND=" >=sys-apps/dbus-1 >=app-accessibility/at-spi2-core-2.34[introspection] " +# sys-apps/which BDEPEND can be dropped on next release (>2.46.1) BDEPEND=" + sys-apps/which virtual/pkgconfig test? ( x11-libs/gtk+:3 ) "