diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-11 04:50:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-11 05:07:23 +0100 |
commit | 832063fcffe02eb04f68486146ceb7b214197961 (patch) | |
tree | 756ae9509b83cb6250a760372336a84730cbb29c /dev-util/gcovr | |
parent | dev-python/sphinxcontrib-log-cabinet: Enable py3.13 (diff) | |
download | gentoo-832063fcffe02eb04f68486146ceb7b214197961.tar.gz gentoo-832063fcffe02eb04f68486146ceb7b214197961.tar.bz2 gentoo-832063fcffe02eb04f68486146ceb7b214197961.zip |
Rename dev-python/{jinja → jinja2}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/gcovr')
-rw-r--r-- | dev-util/gcovr/gcovr-7.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/gcovr/gcovr-7.2-r1.ebuild b/dev-util/gcovr/gcovr-7.2-r1.ebuild index 4d658c1454d4..6bce9e07ddf5 100644 --- a/dev-util/gcovr/gcovr-7.2-r1.ebuild +++ b/dev-util/gcovr/gcovr-7.2-r1.ebuild @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="amd64 ~loong ~x86" RDEPEND=" - dev-python/jinja[${PYTHON_USEDEP}] + dev-python/jinja2[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/colorlog[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] |