commit: feb852013403d805b4d240883ab426616a51f953 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Mon Mar 4 20:17:58 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Mon Mar 4 20:18:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb85201
net-misc/youtube-dl: Add support for dev-lang/python:3.7 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=679404 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> net-misc/youtube-dl/youtube-dl-2019.03.01.ebuild | 2 +- net-misc/youtube-dl/youtube-dl-99999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/youtube-dl/youtube-dl-2019.03.01.ebuild b/net-misc/youtube-dl/youtube-dl-2019.03.01.ebuild index 2cb0551f3e3..b3603923fed 100644 --- a/net-misc/youtube-dl/youtube-dl-2019.03.01.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2019.03.01.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6,3_7}) inherit bash-completion-r1 distutils-r1 readme.gentoo-r1 DESCRIPTION="Download videos from YouTube.com (and more sites...)" diff --git a/net-misc/youtube-dl/youtube-dl-99999999.ebuild b/net-misc/youtube-dl/youtube-dl-99999999.ebuild index 632093ebfdb..d7acffa97ea 100644 --- a/net-misc/youtube-dl/youtube-dl-99999999.ebuild +++ b/net-misc/youtube-dl/youtube-dl-99999999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6,3_7}) inherit bash-completion-r1 distutils-r1 git-r3 readme.gentoo-r1 DESCRIPTION="Download videos from YouTube.com (and more sites...)"