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 C89E315806E for ; Thu, 1 Jun 2023 03:39:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10FA5E0788; Thu, 1 Jun 2023 03:39:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E8C3EE0788 for ; Thu, 1 Jun 2023 03:39:33 +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 2E203340FDD for ; Thu, 1 Jun 2023 03:39:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA299990 for ; Thu, 1 Jun 2023 03:39:31 +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: <1685590736.80ff1a6cf67be64eef8183d3ab1f3447188e1801.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cppcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild dev-util/cppcheck/cppcheck-2.8.2.ebuild dev-util/cppcheck/cppcheck-2.9.ebuild X-VCS-Directories: dev-util/cppcheck/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 80ff1a6cf67be64eef8183d3ab1f3447188e1801 X-VCS-Branch: master Date: Thu, 1 Jun 2023 03:39:31 +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: 3683d431-c121-440a-9bc4-9fa31c3109e5 X-Archives-Hash: 36f9e7b06e43ebaf19b9ef4668ba8386 commit: 80ff1a6cf67be64eef8183d3ab1f3447188e1801 Author: Sam James gentoo org> AuthorDate: Thu Jun 1 03:38:56 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 1 03:38:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ff1a6c dev-util/cppcheck: only depend on unittest-or-fail for <3.12 Prompted by discussion w/ arkamar. (unittest-or-fail is obsolete w/ >=3.12.) Signed-off-by: Sam James gentoo.org> dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild | 2 +- dev-util/cppcheck/cppcheck-2.8.2.ebuild | 2 +- dev-util/cppcheck/cppcheck-2.9.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild b/dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild index 1359462471f0..69a3b72075ec 100644 --- a/dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild +++ b/dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild @@ -48,7 +48,7 @@ BDEPEND=" qt5? ( dev-qt/linguist-tools:5 ) test? ( htmlreport? ( - $(python_gen_cond_dep 'dev-python/unittest-or-fail[${PYTHON_USEDEP}]') + $(python_gen_cond_dep 'dev-python/unittest-or-fail[${PYTHON_USEDEP}]' python3_10) ) ) " diff --git a/dev-util/cppcheck/cppcheck-2.8.2.ebuild b/dev-util/cppcheck/cppcheck-2.8.2.ebuild index 1359462471f0..69a3b72075ec 100644 --- a/dev-util/cppcheck/cppcheck-2.8.2.ebuild +++ b/dev-util/cppcheck/cppcheck-2.8.2.ebuild @@ -48,7 +48,7 @@ BDEPEND=" qt5? ( dev-qt/linguist-tools:5 ) test? ( htmlreport? ( - $(python_gen_cond_dep 'dev-python/unittest-or-fail[${PYTHON_USEDEP}]') + $(python_gen_cond_dep 'dev-python/unittest-or-fail[${PYTHON_USEDEP}]' python3_10) ) ) " diff --git a/dev-util/cppcheck/cppcheck-2.9.ebuild b/dev-util/cppcheck/cppcheck-2.9.ebuild index d600a652833a..b53dc7717c0c 100644 --- a/dev-util/cppcheck/cppcheck-2.9.ebuild +++ b/dev-util/cppcheck/cppcheck-2.9.ebuild @@ -49,7 +49,7 @@ BDEPEND=" qt5? ( dev-qt/linguist-tools:5 ) test? ( htmlreport? ( - $(python_gen_cond_dep 'dev-python/unittest-or-fail[${PYTHON_USEDEP}]') + $(python_gen_cond_dep 'dev-python/unittest-or-fail[${PYTHON_USEDEP}]' python3_{10..11}) ) ) "