diff options
author | Sam James <sam@gentoo.org> | 2023-06-01 04:38:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-01 04:38:56 +0100 |
commit | 80ff1a6cf67be64eef8183d3ab1f3447188e1801 (patch) | |
tree | 43eb8683860ece88b53d1ba7f5d269f6067ff5b3 /dev-util/cppcheck | |
parent | sys-fs/mtools: Stabilize 4.0.43 arm64, #907511 (diff) | |
download | gentoo-80ff1a6cf67be64eef8183d3ab1f3447188e1801.tar.gz gentoo-80ff1a6cf67be64eef8183d3ab1f3447188e1801.tar.bz2 gentoo-80ff1a6cf67be64eef8183d3ab1f3447188e1801.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'dev-util/cppcheck')
-rw-r--r-- | dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/cppcheck/cppcheck-2.8.2.ebuild | 2 | ||||
-rw-r--r-- | 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}) ) ) " |