From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9176615808A for ; Sat, 19 Jul 2025 16:48:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7F0B1340CD8 for ; Sat, 19 Jul 2025 16:48:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E089A11055F; Sat, 19 Jul 2025 16:48:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DB62711055F for ; Sat, 19 Jul 2025 16:48:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91F42340CD8 for ; Sat, 19 Jul 2025 16:48:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23EE93239 for ; Sat, 19 Jul 2025 16:48:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1752943650.9e581a1296f83239abd1c77c4ebcf948ee062ca9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/mythtv/mythtv-33.1-r4.ebuild media-tv/mythtv/mythtv-35.0.ebuild X-VCS-Directories: media-tv/mythtv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9e581a1296f83239abd1c77c4ebcf948ee062ca9 X-VCS-Branch: master Date: Sat, 19 Jul 2025 16:48:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e005874f-ff9f-405a-a13c-f0171fed1539 X-Archives-Hash: fdd57720958363079f0d96b40f15ece9 commit: 9e581a1296f83239abd1c77c4ebcf948ee062ca9 Author: Sam James gentoo org> AuthorDate: Sat Jul 19 16:47:30 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 19 16:47:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e581a12 media-tv/mythtv: disable py3.10 Signed-off-by: Sam James gentoo.org> media-tv/mythtv/mythtv-33.1-r4.ebuild | 2 +- media-tv/mythtv/mythtv-35.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-tv/mythtv/mythtv-33.1-r4.ebuild b/media-tv/mythtv/mythtv-33.1-r4.ebuild index 1354547d721b..ed9813a8ee4d 100644 --- a/media-tv/mythtv/mythtv-33.1-r4.ebuild +++ b/media-tv/mythtv/mythtv-33.1-r4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISABLE_AUTOFORMATTING="yes" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit edo flag-o-matic java-pkg-opt-2 python-any-r1 inherit qmake-utils readme.gentoo-r1 systemd toolchain-funcs user-info diff --git a/media-tv/mythtv/mythtv-35.0.ebuild b/media-tv/mythtv/mythtv-35.0.ebuild index cf8f7ef1904d..4702c12bd606 100644 --- a/media-tv/mythtv/mythtv-35.0.ebuild +++ b/media-tv/mythtv/mythtv-35.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISABLE_AUTOFORMATTING="yes" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit edo flag-o-matic python-any-r1 inherit qmake-utils readme.gentoo-r1 systemd toolchain-funcs user-info