diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-23 20:56:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-23 21:04:25 +0200 |
commit | 405c72eaaebe1a178b3eae202926cbf1210e075e (patch) | |
tree | e8adfa5868c794a3e719d251bd9d77f41db1d406 /app-misc/media-player-info | |
parent | app-emulation/qemu-guest-agent: Enable py3.9 & py3.10 (diff) | |
download | gentoo-405c72eaaebe1a178b3eae202926cbf1210e075e.tar.gz gentoo-405c72eaaebe1a178b3eae202926cbf1210e075e.tar.bz2 gentoo-405c72eaaebe1a178b3eae202926cbf1210e075e.zip |
app-misc/media-player-info: Enable py3.9 & py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/media-player-info')
-rw-r--r-- | app-misc/media-player-info/media-player-info-24.ebuild | 4 |
1 files 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 56d988b7f53f..577806483871 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" |