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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 843F51581F3 for ; Wed, 27 Nov 2024 20:34:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D041BE086F; Wed, 27 Nov 2024 20:34:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 48532E086F for ; Wed, 27 Nov 2024 20:34:23 +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 86F3E3430A9 for ; Wed, 27 Nov 2024 20:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C68513F5 for ; Wed, 27 Nov 2024 20:34:21 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1732739630.18bb06051851b05eda1f3ddca25913867a801388.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/doxygen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/doxygen/doxygen-1.12.0.ebuild app-text/doxygen/doxygen-9999.ebuild X-VCS-Directories: app-text/doxygen/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 18bb06051851b05eda1f3ddca25913867a801388 X-VCS-Branch: master Date: Wed, 27 Nov 2024 20:34:21 +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: ebaa8be3-d30c-4705-8624-386f29fefb18 X-Archives-Hash: c460432957b48db85477b5bcdd3cc022 commit: 18bb06051851b05eda1f3ddca25913867a801388 Author: Matt Jolly gentoo org> AuthorDate: Mon Nov 25 23:14:17 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Wed Nov 27 20:33:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bb0605 app-text/doxygen: add LLVM_OPTIONAL; bump LLVM_COMPAT This ebuild does not require the use of LLVM however it forces it as a dependency since the change to the llvm-r1 eclass. Add LLVM_OPTIONAL as there's already a `clang?` block in RDEPEND to pull in the appropriate slot, and set the appropriate REQUIRED_USE based on that. Signed-off-by: Matt Jolly gentoo.org> app-text/doxygen/doxygen-1.12.0.ebuild | 5 +++-- app-text/doxygen/doxygen-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app-text/doxygen/doxygen-1.12.0.ebuild b/app-text/doxygen/doxygen-1.12.0.ebuild index d1fa2b98e60f..68fc4d9fd141 100644 --- a/app-text/doxygen/doxygen-1.12.0.ebuild +++ b/app-text/doxygen/doxygen-1.12.0.ebuild @@ -3,7 +3,8 @@ EAPI=8 -LLVM_COMPAT=( 18 ) +LLVM_COMPAT=( 18 19 ) +LLVM_OPTIONAL=1 PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="xml(+)" @@ -29,7 +30,7 @@ IUSE="clang debug doc dot doxysearch gui test" # - We keep the odd construct of noop USE=test because of # the special relationship b/t RESTRICT & USE for tests. # Also, it's a hint which avoids tests being silently skipped during arch testing. -REQUIRED_USE="test? ( doc )" +REQUIRED_USE="clang? ( ${LLVM_REQUIRED_USE} ) test? ( doc )" RESTRICT="!test? ( test )" BDEPEND=" diff --git a/app-text/doxygen/doxygen-9999.ebuild b/app-text/doxygen/doxygen-9999.ebuild index 11574814a9e2..e68a8a4a1700 100644 --- a/app-text/doxygen/doxygen-9999.ebuild +++ b/app-text/doxygen/doxygen-9999.ebuild @@ -3,7 +3,8 @@ EAPI=8 -LLVM_COMPAT=( 18 ) +LLVM_COMPAT=( 18 19 ) +LLVM_OPTIONAL=1 PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="xml(+)" @@ -29,7 +30,7 @@ IUSE="clang debug doc dot doxysearch gui test" # - We keep the odd construct of noop USE=test because of # the special relationship b/t RESTRICT & USE for tests. # Also, it's a hint which avoids tests being silently skipped during arch testing. -REQUIRED_USE="test? ( doc )" +REQUIRED_USE="clang? ( ${LLVM_REQUIRED_USE} ) test? ( doc )" RESTRICT="!test? ( test )" BDEPEND="