From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1294356-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 65FC813835A
	for <garchives@archives.gentoo.org>; Thu, 17 Jun 2021 04:51:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B290DE0821;
	Thu, 17 Jun 2021 04:51:21 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 263F9E0815
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Jun 2021 04:51:20 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0B7E5340DDE
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Jun 2021 04:51:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3775278E
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Jun 2021 04:51:17 +0000 (UTC)
From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" <telans@posteo.de>
Message-ID: <1623901364.e8e4e846d1b59b8ff1adbc169907ed2940f2f9c9.telans@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/jellyfin-mpv-shim/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-2.0.1.ebuild
X-VCS-Directories: media-video/jellyfin-mpv-shim/
X-VCS-Committer: telans
X-VCS-Committer-Name: Theo Anderson
X-VCS-Revision: e8e4e846d1b59b8ff1adbc169907ed2940f2f9c9
X-VCS-Branch: dev
Date: Thu, 17 Jun 2021 04:51:17 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b4b3177b-711b-4baa-80f0-d9fecac137ef
X-Archives-Hash: 283df1868b26b2cd709fe1aae2351534
Message-ID: <20210617045117.IZGKdeLilt1E6Dv2K0IiO7_zKSfJ-iG1oQ472vatuF0@z>

commit:     e8e4e846d1b59b8ff1adbc169907ed2940f2f9c9
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Fri Jun 11 08:05:28 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Thu Jun 17 03:42:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8e4e846

media-video/jellyfin-mpv-shim: disable py3.7

Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-2.0.1.ebuild b/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-2.0.1.ebuild
index 1c08930f3..d162db33c 100644
--- a/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-2.0.1.ebuild
+++ b/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-2.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 PYTHON_REQ_USE="tk"
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=rdepend