diff options
author | Takuya Wakazono <pastalian46@gmail.com> | 2024-11-11 18:06:05 +0900 |
---|---|---|
committer | Takuya Wakazono <pastalian46@gmail.com> | 2024-11-11 18:06:05 +0900 |
commit | 2e1043ae5ab5eb18c369b23157370f8c9fd227a1 (patch) | |
tree | 1ca7d69ec3535cc5a93f4c2590df4234ae5a60fe /net-im | |
parent | dev-lang/fbc: drop 1.07.3, 1.08.1 (diff) | |
download | guru-2e1043ae5ab5eb18c369b23157370f8c9fd227a1.tar.gz guru-2e1043ae5ab5eb18c369b23157370f8c9fd227a1.tar.bz2 guru-2e1043ae5ab5eb18c369b23157370f8c9fd227a1.zip |
*/*: rename dev-python/{jinja → jinja2}
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832063fcffe02eb04f68486146ceb7b214197961
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mastoposter/mastoposter-0.2.ebuild | 4 | ||||
-rw-r--r-- | net-im/maubot/maubot-0.4.2.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/mastoposter/mastoposter-0.2.ebuild b/net-im/mastoposter/mastoposter-0.2.ebuild index facca2d21..02bb7affa 100644 --- a/net-im/mastoposter/mastoposter-0.2.ebuild +++ b/net-im/mastoposter/mastoposter-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ RDEPEND=" dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/emoji[${PYTHON_USEDEP}] dev-python/httpx[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] + dev-python/jinja2[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/websockets[${PYTHON_USEDEP}] " diff --git a/net-im/maubot/maubot-0.4.2.ebuild b/net-im/maubot/maubot-0.4.2.ebuild index 4429556fb..e5bd91296 100644 --- a/net-im/maubot/maubot-0.4.2.ebuild +++ b/net-im/maubot/maubot-0.4.2.ebuild @@ -27,7 +27,7 @@ RDEPEND=" dev-python/colorama[${PYTHON_USEDEP}] dev-python/commonmark[${PYTHON_USEDEP}] dev-python/cryptg[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] + dev-python/jinja2[${PYTHON_USEDEP}] dev-python/mautrix[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] dev-python/pycryptodome[${PYTHON_USEDEP}] |