diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-06-16 12:59:47 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-06-16 13:01:28 +0200 |
commit | 5766b2e09cb2c7098eceb47cc8c695bdddc16c6b (patch) | |
tree | aba7fa144a9f47be83c751b5c35b0bb4d79c52cc /media-video/pitivi | |
parent | dev-lang/python: Stabilize 3.12.3-r1 hppa, #933787 (diff) | |
download | gentoo-5766b2e09cb2c7098eceb47cc8c695bdddc16c6b.tar.gz gentoo-5766b2e09cb2c7098eceb47cc8c695bdddc16c6b.tar.bz2 gentoo-5766b2e09cb2c7098eceb47cc8c695bdddc16c6b.zip |
media-video/pitivi: enable py3.12
Closes: https://bugs.gentoo.org/929676
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-video/pitivi')
-rw-r--r-- | media-video/pitivi/pitivi-2023.03-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/pitivi/pitivi-2023.03-r2.ebuild b/media-video/pitivi/pitivi-2023.03-r2.ebuild index fdabc77d5fb2..7ecbd86c03c5 100644 --- a/media-video/pitivi/pitivi-2023.03-r2.ebuild +++ b/media-video/pitivi/pitivi-2023.03-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="sqlite" inherit gnome.org meson python-single-r1 xdg |