diff options
author | Josiah Mullins <JoMull01@protonmail.com> | 2023-03-29 09:04:55 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-04-10 11:10:02 +0300 |
commit | c6193321c89ba9b6d88d59679e7d82456546aa50 (patch) | |
tree | 60a450c08cf1460ff776813ff040cbd85646e47d /net-im/toxic | |
parent | net-vpn/vtun: add 3.0.4-r3 (diff) | |
download | gentoo-c6193321c89ba9b6d88d59679e7d82456546aa50.tar.gz gentoo-c6193321c89ba9b6d88d59679e7d82456546aa50.tar.bz2 gentoo-c6193321c89ba9b6d88d59679e7d82456546aa50.zip |
net-im/toxic: Added python 3.11 to PYTHON_COMPAT
Closes: https://bugs.gentoo.org/897094
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-im/toxic')
-rw-r--r-- | net-im/toxic/toxic-0.11.1.ebuild | 2 | ||||
-rw-r--r-- | 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 |