diff options
author | 2024-11-11 04:50:08 +0100 | |
---|---|---|
committer | 2024-11-11 05:07:23 +0100 | |
commit | 832063fcffe02eb04f68486146ceb7b214197961 (patch) | |
tree | 756ae9509b83cb6250a760372336a84730cbb29c /sys-fs | |
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 'sys-fs')
-rw-r--r-- | sys-fs/lxcfs/lxcfs-5.0.4-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-fs/lxcfs/lxcfs-6.0.2.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-fs/lxcfs/lxcfs-5.0.4-r1.ebuild b/sys-fs/lxcfs/lxcfs-5.0.4-r1.ebuild index a0a8549be29f..683d18be1570 100644 --- a/sys-fs/lxcfs/lxcfs-5.0.4-r1.ebuild +++ b/sys-fs/lxcfs/lxcfs-5.0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ RDEPEND="${DEPEND}" BDEPEND="${PYTHON_DEPS} virtual/pkgconfig $(python_gen_any_dep ' - dev-python/jinja[${PYTHON_USEDEP}] + dev-python/jinja2[${PYTHON_USEDEP}] ') doc? ( sys-apps/help2man ) verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" @@ -37,7 +37,7 @@ PATCHES=( ) python_check_deps() { - python_has_version -b "dev-python/jinja[${PYTHON_USEDEP}]" + python_has_version -b "dev-python/jinja2[${PYTHON_USEDEP}]" } pkg_setup() { diff --git a/sys-fs/lxcfs/lxcfs-6.0.2.ebuild b/sys-fs/lxcfs/lxcfs-6.0.2.ebuild index e90cf5629f5b..0c3f3ff19667 100644 --- a/sys-fs/lxcfs/lxcfs-6.0.2.ebuild +++ b/sys-fs/lxcfs/lxcfs-6.0.2.ebuild @@ -22,7 +22,7 @@ RDEPEND="${DEPEND}" BDEPEND="${PYTHON_DEPS} virtual/pkgconfig $(python_gen_any_dep ' - dev-python/jinja[${PYTHON_USEDEP}] + dev-python/jinja2[${PYTHON_USEDEP}] ') doc? ( sys-apps/help2man ) verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" @@ -33,7 +33,7 @@ RESTRICT="test" VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc python_check_deps() { - python_has_version -b "dev-python/jinja[${PYTHON_USEDEP}]" + python_has_version -b "dev-python/jinja2[${PYTHON_USEDEP}]" } pkg_setup() { |