commit: c6193321c89ba9b6d88d59679e7d82456546aa50 Author: Josiah Mullins <JoMull01 <AT> protonmail <DOT> com> AuthorDate: Wed Mar 29 13:04:55 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Apr 10 08:10:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6193321
net-im/toxic: Added python 3.11 to PYTHON_COMPAT Closes: https://bugs.gentoo.org/897094 Signed-off-by: Josiah Mullins <JoMull01 <AT> protonmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-im/toxic/toxic-0.11.1.ebuild | 2 +- net-im/toxic/toxic-0.11.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/toxic/toxic-0.11.1.ebuild b/net-im/toxic/toxic-0.11.1.ebuild index ceba35183fcc..fead2de553a3 100644 --- a/net-im/toxic/toxic-0.11.1.ebuild +++ b/net-im/toxic/toxic-0.11.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9,10,11} ) inherit python-single-r1 xdg diff --git a/net-im/toxic/toxic-0.11.3.ebuild b/net-im/toxic/toxic-0.11.3.ebuild index effd7d5862cc..a436039ffa9e 100644 --- a/net-im/toxic/toxic-0.11.3.ebuild +++ b/net-im/toxic/toxic-0.11.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9,10,11} ) inherit python-single-r1 xdg
