diff options
author | Sasha Finkelstein <fnkl.kernel@gmail.com> | 2024-10-05 16:56:05 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-07 03:50:10 +0100 |
commit | 2d83bfea8f843d54727f5851653659e4c3711333 (patch) | |
tree | 4b3b6f8ce3f24217a2530a39145a4210e76d34bf /dev-libs/botan | |
parent | dev-cpp/glibmm: Add python3_13 compat (diff) | |
download | gentoo-2d83bfea8f843d54727f5851653659e4c3711333.tar.gz gentoo-2d83bfea8f843d54727f5851653659e4c3711333.tar.bz2 gentoo-2d83bfea8f843d54727f5851653659e4c3711333.zip |
dev-libs/botan: Add python3_13 compat
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/botan')
-rw-r--r-- | dev-libs/botan/botan-3.2.0-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/botan/botan-3.3.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/botan/botan-3.2.0-r2.ebuild b/dev-libs/botan/botan-3.2.0-r2.ebuild index 35dc6ccd06b4..4153b96779f2 100644 --- a/dev-libs/botan/botan-3.2.0-r2.ebuild +++ b/dev-libs/botan/botan-3.2.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/botan.asc inherit edo flag-o-matic multiprocessing ninja-utils python-r1 toolchain-funcs verify-sig diff --git a/dev-libs/botan/botan-3.3.0.ebuild b/dev-libs/botan/botan-3.3.0.ebuild index 1b4cc185cca4..b85a0977016b 100644 --- a/dev-libs/botan/botan-3.3.0.ebuild +++ b/dev-libs/botan/botan-3.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/botan.asc inherit edo flag-o-matic multiprocessing ninja-utils python-r1 toolchain-funcs verify-sig |