diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2021-12-17 12:23:28 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-12-18 12:58:34 +0100 |
commit | fd5ae94d9726604afc038c58941d819e414e6def (patch) | |
tree | 3900b234abe7e972a2db01dc804d6fb8c03cd0cd /media-libs/suil | |
parent | media-libs/sratom: add python 3.10 (diff) | |
download | gentoo-fd5ae94d9726604afc038c58941d819e414e6def.tar.gz gentoo-fd5ae94d9726604afc038c58941d819e414e6def.tar.bz2 gentoo-fd5ae94d9726604afc038c58941d819e414e6def.zip |
media-libs/suil: add python 3.10
Closes: https://bugs.gentoo.org/829443
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23380
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs/suil')
-rw-r--r-- | media-libs/suil/suil-0.10.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/suil/suil-0.10.10.ebuild b/media-libs/suil/suil-0.10.10.ebuild index 53b4ea3b8b66..0ffbac7aec4d 100644 --- a/media-libs/suil/suil-0.10.10.ebuild +++ b/media-libs/suil/suil-0.10.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE='threads(+)' inherit flag-o-matic python-any-r1 waf-utils |