commit: 72e0495a46bffdf10e4f9eb8b20f0a8126fea334 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 1 13:05:21 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 1 13:06:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e0495a
media-sound/mps-youtube: add Python 3.9 Closes: https://bugs.gentoo.org/793704 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild | 5 +++-- media-sound/mps-youtube/mps-youtube-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild index dd41c61da64..82b44f71fd6 100644 --- a/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild +++ b/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild @@ -1,8 +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,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild b/media-sound/mps-youtube/mps-youtube-9999.ebuild index dd41c61da64..82b44f71fd6 100644 --- a/media-sound/mps-youtube/mps-youtube-9999.ebuild +++ b/media-sound/mps-youtube/mps-youtube-9999.ebuild @@ -1,8 +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,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1
