From 9f79d11097b3e55a6c092ddf2f352580fb127602 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 23 Mar 2025 01:32:05 +0000 Subject: [PATCH] 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 --- 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 4a893551f5221..cc412be4a090e 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 ) "