diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-17 12:44:17 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-17 12:44:41 +0200 |
commit | b89ccbd61f3e15c408bfaf9d1cfe459df288cdf5 (patch) | |
tree | c438336f80350506a9953947542e987b3d6ab053 /dev-libs/botan | |
parent | dev-python/isort: enable pypy3 (diff) | |
download | gentoo-b89ccbd61f3e15c408bfaf9d1cfe459df288cdf5.tar.gz gentoo-b89ccbd61f3e15c408bfaf9d1cfe459df288cdf5.tar.bz2 gentoo-b89ccbd61f3e15c408bfaf9d1cfe459df288cdf5.zip |
dev-libs/botan: enable py3.12, SLOT=2
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/botan')
-rw-r--r-- | dev-libs/botan/botan-2.19.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/botan/botan-2.19.3-r2.ebuild b/dev-libs/botan/botan-2.19.3-r2.ebuild index 2b31969fc495..fbab36fb5bef 100644 --- a/dev-libs/botan/botan-2.19.3-r2.ebuild +++ b/dev-libs/botan/botan-2.19.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/botan.asc inherit edo multiprocessing python-r1 toolchain-funcs verify-sig |