summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-01 14:05:01 +0000
committerSam James <sam@gentoo.org>2021-06-01 14:05:27 +0000
commit515aee70a3e8c9b73b75c986c547b31209292c1a (patch)
treef882411b7d99dce25244bd9cbb35cb5a36ba3771 /media-video/handbrake
parentdev-util/conan: add Python 3.9 (diff)
downloadgentoo-515aee70a3e8c9b73b75c986c547b31209292c1a.tar.gz
gentoo-515aee70a3e8c9b73b75c986c547b31209292c1a.tar.bz2
gentoo-515aee70a3e8c9b73b75c986c547b31209292c1a.zip
media-video/handbrake: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/handbrake')
-rw-r--r--media-video/handbrake/handbrake-1.3.3-r1.ebuild5
-rw-r--r--media-video/handbrake/handbrake-9999.ebuild5
2 files changed, 4 insertions, 6 deletions
diff --git a/media-video/handbrake/handbrake-1.3.3-r1.ebuild b/media-video/handbrake/handbrake-1.3.3-r1.ebuild
index 01c79b64512c..2473cf819b8c 100644
--- a/media-video/handbrake/handbrake-1.3.3-r1.ebuild
+++ b/media-video/handbrake/handbrake-1.3.3-r1.ebuild
@@ -3,9 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit autotools eutils gnome2-utils python-any-r1 xdg-utils
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit autotools gnome2-utils python-any-r1 xdg-utils
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/HandBrake/HandBrake.git"
diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild
index d90a6c150698..d6c33bf60882 100644
--- a/media-video/handbrake/handbrake-9999.ebuild
+++ b/media-video/handbrake/handbrake-9999.ebuild
@@ -3,9 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit autotools eutils gnome2-utils python-any-r1 xdg-utils
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit autotools gnome2-utils python-any-r1 xdg-utils
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/HandBrake/HandBrake.git"