commit: 1c0f8985ab9090b3f6b662e0fc3d63596d6755b1 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Thu Feb 20 15:08:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 10 02:26:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0f8985
profiles/targets/desktop: add USE="-gui" for doxygen Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Closes: https://github.com/gentoo/gentoo/pull/40789 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/targets/desktop/package.use | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index da37d51de1b4..82b89cf299d4 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -1,6 +1,12 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Filip Kobierski <[email protected]> (2025-02-27) +# Most desktop users will get doxygen because a USE=doc dep. +# With USE=gui, which is the default for this profile, it pulls in +# qtbase with many dependencies and I doubt it will be used. +app-text/doxygen -gui + # Andreas Sturmlechner <[email protected]> (2024-03-07) # Required by kde-frameworks/kio:6 dev-qt/qtbase libproxy
