commit: 3d3d67761e433b0c79be4db9654193750cb30cd9
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 8 15:01:36 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Dec 8 15:01:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3d6776
media-video/yle-dl: add python3.7 support
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-video/yle-dl/yle-dl-20191022-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/yle-dl/yle-dl-20191022-r1.ebuild
b/media-video/yle-dl/yle-dl-20191022-r1.ebuild
index 91b1833ded1..2684deeba92 100644
--- a/media-video/yle-dl/yle-dl-20191022-r1.ebuild
+++ b/media-video/yle-dl/yle-dl-20191022-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5..6} )
+PYTHON_COMPAT=( python2_7 python3_{5..7} )
inherit distutils-r1