diff options
author | Josiah Mullins <JoMull01@protonmail.com> | 2020-12-07 09:07:46 -0500 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-12-16 10:29:15 +0200 |
commit | cf175f34c725a0faa7bcf9d289cb8d90ac8beabf (patch) | |
tree | 0c61a1f899876b4b40cd127e7ac32fe35e081818 /net-im | |
parent | dev-db/pgcli: Remove old (diff) | |
download | gentoo-cf175f34c725a0faa7bcf9d289cb8d90ac8beabf.tar.gz gentoo-cf175f34c725a0faa7bcf9d289cb8d90ac8beabf.tar.bz2 gentoo-cf175f34c725a0faa7bcf9d289cb8d90ac8beabf.zip |
net-im/toxic: add python 3.8 and 3.9 support to toxic-0.8.3-r1
Signed-off-by: Josiah Mullins <JoMull01@protonmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/toxic/toxic-0.8.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/toxic/toxic-0.8.3-r1.ebuild b/net-im/toxic/toxic-0.8.3-r1.ebuild index 30f2e2860bcb..03ec7dfb0153 100644 --- a/net-im/toxic/toxic-0.8.3-r1.ebuild +++ b/net-im/toxic/toxic-0.8.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit python-single-r1 xdg |