commit: cf32b973fed4b5b00d384d70524e56d1e7a0360d Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Tue Feb 18 13:34:34 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 19 18:22:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf32b973
media-gfx/gimp: 9999, rm g-ir-doc meson option [sam: I'm merging this despite bug #944910 given not everyone has gdb installed and this change is definitely right as it is anyway.] Bug: https://bugs.gentoo.org/949910 Closes: https://bugs.gentoo.org/949365 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/40634 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/gimp/gimp-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 918db05ef232..8c2e550fc140 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.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 @@ -106,7 +106,6 @@ BDEPEND=" dev-util/gdbus-codegen >=sys-devel/gettext-0.21 doc? ( - app-text/yelp-tools dev-libs/gobject-introspection[doctool] dev-util/gi-docgen ) @@ -196,7 +195,6 @@ src_configure() { $(meson_feature wmf) $(meson_feature X xcursor) $(meson_feature xpm) - $(meson_use doc g-ir-doc) $(meson_use lua) $(meson_use unwind libunwind) $(meson_use vector-icons)
