summaryrefslogtreecommitdiff
path: root/dev-util/gcovr/gcovr-7.2-r1.ebuild
AgeCommit message (Collapse)Author
2024-11-11Rename dev-python/{jinja → jinja2}Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-08-11dev-util/gcovr: Stabilize 7.2-r1 amd64, #936862Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-06-26dev-util/gcovr: fix mysterious overdependency in initial 7.2 additionEli Schwartz
In commit 0971ed4265b98d738ce1f170e42f80e8de8a4764, gcovr 7.2 was added to the tree. As part of this, it gained a new upstream dependency on tomli. However, the initial addition upstream was well-behaved -- it tried the stdlib tomllib first, and fell back to tomli, and listed its runtime dependency as: ``` "tomli >= 1.1.0 ; python_version < '3.11'" ``` See: https://github.com/gcovr/gcovr/commit/3e5a922de91bb7e63c0801d055b6ba67a2a83bc6 Nonetheless when added to gentoo, it was added without a conditional dep. Rectify this. Fixes: 0971ed4265b98d738ce1f170e42f80e8de8a4764 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>