diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-02-20 08:31:42 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-02-20 10:08:06 +0100 |
commit | 302560d4f7f96f3bc97e6dce9918597325780616 (patch) | |
tree | e9a05e03c5f57c3b51842885b94a3b52a0f40e4a /net-im | |
parent | dev-libs/json-parser: remove unused DEPEND variable (diff) | |
download | gentoo-302560d4f7f96f3bc97e6dce9918597325780616.tar.gz gentoo-302560d4f7f96f3bc97e6dce9918597325780616.tar.bz2 gentoo-302560d4f7f96f3bc97e6dce9918597325780616.zip |
net-im/bitlbee: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/bitlbee/bitlbee-3.6-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/bitlbee/bitlbee-3.6-r3.ebuild b/net-im/bitlbee/bitlbee-3.6-r3.ebuild index c59af899cace..5978987e6e22 100644 --- a/net-im/bitlbee/bitlbee-3.6-r3.ebuild +++ b/net-im/bitlbee/bitlbee-3.6-r3.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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1 systemd toolchain-funcs |