From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D0B3158083 for ; Thu, 19 Sep 2024 03:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B869DE29A5; Thu, 19 Sep 2024 03:40:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45D0AE29A5 for ; Thu, 19 Sep 2024 03:40:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EE5034301B for ; Thu, 19 Sep 2024 03:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 969A62145 for ; Thu, 19 Sep 2024 03:40:33 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1726711119.c61a59a70a42615d3d04db4596a96a94872f4642.eschwartz@gentoo> Subject: [gentoo-commits] proj/binhost:master commit in: builders/milou/server-v3-23/, builders/milou/server-23/ X-VCS-Repository: proj/binhost X-VCS-Files: builders/milou/server-23/world builders/milou/server-v3-23/world X-VCS-Directories: builders/milou/server-v3-23/ builders/milou/server-23/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: c61a59a70a42615d3d04db4596a96a94872f4642 X-VCS-Branch: master Date: Thu, 19 Sep 2024 03:40:33 +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: b9f6fdc2-f50d-45dd-8c11-ab89fce9d470 X-Archives-Hash: 0e65db3e0c11fefdf07073707bc74be5 commit: c61a59a70a42615d3d04db4596a96a94872f4642 Author: Eli Schwartz gentoo org> AuthorDate: Thu Sep 19 01:58:39 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Thu Sep 19 01:58:39 2024 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=c61a59a7 add server build of doxygen It is often used by build systems to build documentation, and needs no GUI when used via automation. But there is an optional GUI, and the gnome profile assumes you want GUIs in general... Signed-off-by: Eli Schwartz gentoo.org> builders/milou/server-23/world | 1 + builders/milou/server-v3-23/world | 1 + 2 files changed, 2 insertions(+) diff --git a/builders/milou/server-23/world b/builders/milou/server-23/world index 09d4348..b20e507 100644 --- a/builders/milou/server-23/world +++ b/builders/milou/server-23/world @@ -36,6 +36,7 @@ app-editors/neovim app-editors/vim app-emacs/ebuild-mode app-portage/gentoolkit +app-text/doxygen dev-debug/gdb dev-debug/strace dev-qt/qtbase diff --git a/builders/milou/server-v3-23/world b/builders/milou/server-v3-23/world index 09d4348..b20e507 100644 --- a/builders/milou/server-v3-23/world +++ b/builders/milou/server-v3-23/world @@ -36,6 +36,7 @@ app-editors/neovim app-editors/vim app-emacs/ebuild-mode app-portage/gentoolkit +app-text/doxygen dev-debug/gdb dev-debug/strace dev-qt/qtbase