diff options
author | Sam James <sam@gentoo.org> | 2021-06-01 13:05:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-01 13:06:34 +0000 |
commit | 72e0495a46bffdf10e4f9eb8b20f0a8126fea334 (patch) | |
tree | 1e1995214dbbcd0f5a19446983332b7d83a59e18 /media-sound/mps-youtube | |
parent | www-client/chromium: drop keywords, except ppc64 (diff) | |
download | gentoo-72e0495a46bffdf10e4f9eb8b20f0a8126fea334.tar.gz gentoo-72e0495a46bffdf10e4f9eb8b20f0a8126fea334.tar.bz2 gentoo-72e0495a46bffdf10e4f9eb8b20f0a8126fea334.zip |
media-sound/mps-youtube: add Python 3.9
Closes: https://bugs.gentoo.org/793704
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/mps-youtube')
-rw-r--r-- | media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild | 5 | ||||
-rw-r--r-- | 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 dd41c61da64e..82b44f71fd65 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 dd41c61da64e..82b44f71fd65 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 |