commit: 405c72eaaebe1a178b3eae202926cbf1210e075e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 18:56:44 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 23 19:04:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405c72ea
app-misc/media-player-info: Enable py3.9 & py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-misc/media-player-info/media-player-info-24.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/media-player-info/media-player-info-24.ebuild
b/app-misc/media-player-info/media-player-info-24.ebuild
index 56d988b7f53..57780648387 100644
--- a/app-misc/media-player-info/media-player-info-24.ebuild
+++ b/app-misc/media-player-info/media-player-info-24.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit python-any-r1
DESCRIPTION="Repository of data files describing media player capabilities"