diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-02-03 15:17:42 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-07 22:19:57 +0200 |
commit | 7defb52f9cc136d4063c31b4dab83fb9c20f8160 (patch) | |
tree | 73e20ca9f610e9a47d42bf7a14f6f5f1043d54c9 /net-im | |
parent | dev-python/typish: Keyword 1.9.3 hppa, #831852 (diff) | |
download | gentoo-7defb52f9cc136d4063c31b4dab83fb9c20f8160.tar.gz gentoo-7defb52f9cc136d4063c31b4dab83fb9c20f8160.tar.bz2 gentoo-7defb52f9cc136d4063c31b4dab83fb9c20f8160.zip |
net-im/bitlbee: enable py3.10
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/bitlbee/bitlbee-3.6-r1.ebuild | 4 | ||||
-rw-r--r-- | net-im/bitlbee/bitlbee-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/bitlbee/bitlbee-3.6-r1.ebuild b/net-im/bitlbee/bitlbee-3.6-r1.ebuild index 4a6f1db23842..84a7f7c4e7bb 100644 --- a/net-im/bitlbee/bitlbee-3.6-r1.ebuild +++ b/net-im/bitlbee/bitlbee-3.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit python-any-r1 systemd toolchain-funcs diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild index e1f92087579b..b85617f5b02f 100644 --- a/net-im/bitlbee/bitlbee-9999.ebuild +++ b/net-im/bitlbee/bitlbee-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit python-any-r1 systemd toolchain-funcs |