commit: b03dd0c5736445a232e14bcb43ad582a7544b2bb Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Tue Mar 23 08:31:16 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 26 15:54:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03dd0c5
net-im/bitlbee: add python 3.9 support Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/20096 Signed-off-by: Sam James <sam <AT> gentoo.org> net-im/bitlbee/bitlbee-3.6-r1.ebuild | 4 ++-- 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 c1743736b2a..126e7ae66fc 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-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-any-r1 systemd toolchain-funcs diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild index 4de0dae0453..220b6904f2d 100644 --- a/net-im/bitlbee/bitlbee-9999.ebuild +++ b/net-im/bitlbee/bitlbee-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-any-r1 systemd toolchain-funcs
