commit: d39bf22c480e8e513c1d912f315dd4a79f826bd4 Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Tue Aug 19 20:13:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 16 08:15:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39bf22c
dev-util/glade: fix DeprecatedDep DeprecatedDep: version 3.40.0-r3: DEPEND: deprecated dependency: dev-libs/atk[introspection?] DeprecatedDep: version 3.40.0-r3: RDEPEND: deprecated dependency: dev-libs/atk[introspection?] Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/43235 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/glade/glade-3.40.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/glade/glade-3.40.0-r3.ebuild b/dev-util/glade/glade-3.40.0-r3.ebuild index 6327420192ef..c8f20b82430c 100644 --- a/dev-util/glade/glade-3.40.0-r3.ebuild +++ b/dev-util/glade/glade-3.40.0-r3.ebuild @@ -17,7 +17,7 @@ IUSE="X gjs gtk-doc +introspection python wayland webkit" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" DEPEND=" - dev-libs/atk[introspection?] + >=app-accessibility/at-spi2-core-2.46.0[introspection?] >=dev-libs/glib-2.53.2:2 >=dev-libs/libxml2-2.4.0:2= x11-libs/cairo:=
