commit: 2f9326b0f37063bfa104b54e3b351a853735867c Author: Daniel Brandt <poncho <AT> spahan <DOT> ch> AuthorDate: Sun May 2 15:37:16 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun May 2 20:41:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9326b0
media-video/pitivi: enable python3_9 Closes: https://github.com/gentoo/gentoo/pull/20626 Signed-off-by: Daniel Brandt <poncho <AT> spahan.ch> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-video/pitivi/pitivi-0.999-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/pitivi/pitivi-0.999-r4.ebuild b/media-video/pitivi/pitivi-0.999-r4.ebuild index 0fea03048c4..3a300ddf373 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
