commit: 1617152ed2746c24dc8017f09c7b3c854d73e490 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 21 22:42:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 21 22:42:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1617152e
x11-libs/libnotify: fix pkg_setup w/o tests Closes: https://bugs.gentoo.org/967842 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-libs/libnotify/libnotify-0.8.7.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x11-libs/libnotify/libnotify-0.8.7.ebuild b/x11-libs/libnotify/libnotify-0.8.7.ebuild index 2fdd904a0574..5d41697f7bde 100644 --- a/x11-libs/libnotify/libnotify-0.8.7.ebuild +++ b/x11-libs/libnotify/libnotify-0.8.7.ebuild @@ -49,6 +49,10 @@ python_check_deps() { python_has_version "dev-python/python-dbusmock[${PYTHON_USEDEP}]" } +pkg_setup() { + use test && python-any-r1_pkg_setup +} + src_prepare() { default }
