commit: aed9d56475fb123f6c353d56451f445b2134e319 Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com> AuthorDate: Thu Sep 26 08:47:20 2024 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Thu Oct 3 01:12:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed9d564
x11-misc/mate-notification-daemon: replace deprecated atk dep Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38776 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> .../mate-notification-daemon/mate-notification-daemon-1.28.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1.ebuild index dee466f4d590..f6253524a304 100644 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1.ebuild +++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1.ebuild @@ -19,7 +19,7 @@ SLOT="0" IUSE="nls X wayland" REQUIRED_USE="|| ( X wayland )" -COMMON_DEPEND="dev-libs/atk +COMMON_DEPEND=">=app-accessibility/at-spi2-core-2.46.0 >=dev-libs/glib-2.50:2 >=dev-libs/libxml2-2.9.0 >=sys-apps/dbus-1
