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 90CA5158451 for ; Sat, 13 Jan 2024 16:39:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53B4CE2A86; Sat, 13 Jan 2024 16:39:11 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 36273E2A86 for ; Sat, 13 Jan 2024 16:39:11 +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 46720343160 for ; Sat, 13 Jan 2024 16:39:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF0E713AA for ; Sat, 13 Jan 2024 16:39:08 +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: <1705163891.41ba2e3ec3ffa4b8e0ad85a51561170e9954fa5c.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/cmake_dep_check.py X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 41ba2e3ec3ffa4b8e0ad85a51561170e9954fa5c X-VCS-Branch: master Date: Sat, 13 Jan 2024 16:39:08 +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: 7242f0d9-b6c5-4759-adc7-757d76bb0cd5 X-Archives-Hash: 8b2ecbde477081bac075c1b2e0bde41d commit: 41ba2e3ec3ffa4b8e0ad85a51561170e9954fa5c Author: Sam James gentoo org> AuthorDate: Sat Jan 13 16:38:11 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 13 16:38:11 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=41ba2e3e Documentation/maintainers: app-doc/doxygen -> app-text/doxygen Signed-off-by: Sam James gentoo.org> Documentation/maintainers/cmake_dep_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/maintainers/cmake_dep_check.py b/Documentation/maintainers/cmake_dep_check.py index 960b052d86..edc877626a 100755 --- a/Documentation/maintainers/cmake_dep_check.py +++ b/Documentation/maintainers/cmake_dep_check.py @@ -41,7 +41,7 @@ PACKAGE_MAP = { 'DBusGLib': 'dev-libs/dbus-glib', 'dbusmenu-qt5': 'dev-libs/libdbusmenu-qt', 'DDCUtil': 'app-misc/ddcutil', - 'Doxygen': 'app-doc/doxygen', + 'Doxygen': 'app-text/doxygen', 'DvdRead': 'media-libs/libdvdread', 'ECM': 'kde-frameworks/extra-cmake-modules', 'EGL': 'media-libs/mesa[egl]',