From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0340A1582EF for ; Mon, 10 Mar 2025 02:29:06 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D0BB434315C for ; Mon, 10 Mar 2025 02:29:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 528AA1103A8; Mon, 10 Mar 2025 02:29:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 493721103A8 for ; Mon, 10 Mar 2025 02:29:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECE2F34315C for ; Mon, 10 Mar 2025 02:28:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8488A28B4 for ; Mon, 10 Mar 2025 02:28:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741573579.1c0f8985ab9090b3f6b662e0fc3d63596d6755b1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/targets/desktop/package.use X-VCS-Directories: profiles/targets/desktop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1c0f8985ab9090b3f6b662e0fc3d63596d6755b1 X-VCS-Branch: master Date: Mon, 10 Mar 2025 02:28:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4497572-e6ea-470d-9f40-59f7d1fd8c27 X-Archives-Hash: ccf8bc6f044b634b1726e6de7b8c8e83 commit: 1c0f8985ab9090b3f6b662e0fc3d63596d6755b1 Author: Filip Kobierski pm me> AuthorDate: Thu Feb 20 15:08:41 2025 +0000 Commit: Sam James gentoo 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 pm.me> Closes: https://github.com/gentoo/gentoo/pull/40789 Signed-off-by: Sam James 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 (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 (2024-03-07) # Required by kde-frameworks/kio:6 dev-qt/qtbase libproxy