diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-05-30 14:46:24 +0200 |
---|---|---|
committer | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-05-30 14:51:22 +0200 |
commit | ba86a702f852126c7bfdff32d148377ffc9dca51 (patch) | |
tree | 99e95cc8ce6f375c2c7ca2a8578e50999e986518 /media-video/ciano | |
parent | dev-python/XenAPI: enable py3.10, py3.11, py3.9 (diff) | |
download | guru-ba86a702f852126c7bfdff32d148377ffc9dca51.tar.gz guru-ba86a702f852126c7bfdff32d148377ffc9dca51.tar.bz2 guru-ba86a702f852126c7bfdff32d148377ffc9dca51.zip |
media-video/ciano: enable py3.10, py3.11
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'media-video/ciano')
-rw-r--r-- | media-video/ciano/ciano-0.2.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/ciano/ciano-0.2.4-r1.ebuild b/media-video/ciano/ciano-0.2.4-r1.ebuild index a0297123f..2e1577fe4 100644 --- a/media-video/ciano/ciano-0.2.4-r1.ebuild +++ b/media-video/ciano/ciano-0.2.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome2-utils meson python-any-r1 vala xdg |