commit: 91a85ee2547d7881997295200523a8527f37d62b Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Aug 2 17:40:34 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Aug 2 17:41:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a85ee2
gnome-extra/gnome-system-monitor: catch:0 is needed at build time Closes: https://bugs.gentoo.org/960951 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> gnome-extra/gnome-system-monitor/gnome-system-monitor-48.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-48.1.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-48.1.ebuild index 5031a8eb56a2..1c6f73ac3edc 100644 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-48.1.ebuild +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-48.1.ebuild @@ -26,6 +26,7 @@ RDEPEND=" # eautoreconf requires gnome-base/gnome-common DEPEND="${RDEPEND}" BDEPEND=" + dev-cpp/catch:0 dev-util/glib-utils dev-util/itstool >=sys-devel/gettext-0.19.8
