diff options
author | Daniel Brandt <poncho@spahan.ch> | 2021-05-02 17:37:16 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-05-02 16:41:49 -0400 |
commit | 2f9326b0f37063bfa104b54e3b351a853735867c (patch) | |
tree | f0cf48280f6996c1d788ab4a47e57fad6de1559a /media-video/pitivi | |
parent | dev-perl/Clone-PP: Version bump 1.08 (diff) | |
download | gentoo-2f9326b0f37063bfa104b54e3b351a853735867c.tar.gz gentoo-2f9326b0f37063bfa104b54e3b351a853735867c.tar.bz2 gentoo-2f9326b0f37063bfa104b54e3b351a853735867c.zip |
media-video/pitivi: enable python3_9
Closes: https://github.com/gentoo/gentoo/pull/20626
Signed-off-by: Daniel Brandt <poncho@spahan.ch>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-video/pitivi')
-rw-r--r-- | media-video/pitivi/pitivi-0.999-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/pitivi/pitivi-0.999-r4.ebuild b/media-video/pitivi/pitivi-0.999-r4.ebuild index 0fea03048c4f..3a300ddf3731 100644 --- a/media-video/pitivi/pitivi-0.999-r4.ebuild +++ b/media-video/pitivi/pitivi-0.999-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) PYTHON_REQ_USE="sqlite" inherit gnome.org meson python-single-r1 virtualx xdg |