commit: 65daef0a9d07afbb398c975b1b93abe8fb5e4aae Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Tue Jun 10 19:05:39 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 12 22:05:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65daef0a
media-video/totem: Update PYTHON_COMPAT Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/42537 Signed-off-by: Sam James <sam <AT> gentoo.org> media-video/totem/totem-43.1.ebuild | 2 +- media-video/totem/totem-43.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/totem/totem-43.1.ebuild b/media-video/totem/totem-43.1.ebuild index 72b2e1e09bb8..a5d48353bea6 100644 --- a/media-video/totem/totem-43.1.ebuild +++ b/media-video/totem/totem-43.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="threads(+)" inherit gnome.org gnome2-utils meson virtualx xdg python-single-r1 diff --git a/media-video/totem/totem-43.2.ebuild b/media-video/totem/totem-43.2.ebuild index aa953db8e1a1..d809e4610be0 100644 --- a/media-video/totem/totem-43.2.ebuild +++ b/media-video/totem/totem-43.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="threads(+)" inherit gnome.org gnome2-utils meson virtualx xdg python-single-r1
