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 ED5A4158451 for ; Sat, 13 Jan 2024 16:39:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26964E2A83; 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 025F0E2A83 for ; Sat, 13 Jan 2024 16:39:10 +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 160D4343158 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 A776911F4 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: <1705163889.8fa87a8b7a1c9b8b58904bfd1826b62e0acf6ce2.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/libalkimia/libalkimia-8.9999.ebuild app-office/libalkimia/libalkimia-9999.ebuild X-VCS-Directories: app-office/libalkimia/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8fa87a8b7a1c9b8b58904bfd1826b62e0acf6ce2 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: 676b8de5-2ca2-4780-94f4-05032b4854cb X-Archives-Hash: 142771cf660d9a82d256d6bbc49deb94 commit: 8fa87a8b7a1c9b8b58904bfd1826b62e0acf6ce2 Author: Sam James gentoo org> AuthorDate: Sat Jan 13 16:38:09 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 13 16:38:09 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8fa87a8b app-office/libalkimia: app-doc/doxygen -> app-text/doxygen Signed-off-by: Sam James gentoo.org> app-office/libalkimia/libalkimia-8.9999.ebuild | 2 +- app-office/libalkimia/libalkimia-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/libalkimia/libalkimia-8.9999.ebuild b/app-office/libalkimia/libalkimia-8.9999.ebuild index eec840c3bb..6b645c6c38 100644 --- a/app-office/libalkimia/libalkimia-8.9999.ebuild +++ b/app-office/libalkimia/libalkimia-8.9999.ebuild @@ -51,7 +51,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" virtual/pkgconfig - doc? ( app-doc/doxygen ) + doc? ( app-text/doxygen ) " PATCHES=( "${FILESDIR}/${PN}-8.1.0-cmake.patch" ) diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild index 0381667765..7892456059 100644 --- a/app-office/libalkimia/libalkimia-9999.ebuild +++ b/app-office/libalkimia/libalkimia-9999.ebuild @@ -50,7 +50,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" virtual/pkgconfig - doc? ( app-doc/doxygen ) + doc? ( app-text/doxygen ) " PATCHES=( "${FILESDIR}/${PN}-8.1.0-cmake.patch" )