commit: 9f79d11097b3e55a6c092ddf2f352580fb127602 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 23 01:32:05 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 ) "
