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/cppcheck-2.8.1-r1.ebuild | |
| parent | d36f28c1c7cff68c7a32f89a2d5abcff3edefa46 (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/cppcheck-2.8.1-r1.ebuild')
| -rw-r--r-- | dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 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) ) ) " |
