diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-03-04 21:17:58 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-03-04 21:18:57 +0100 |
commit | feb852013403d805b4d240883ab426616a51f953 (patch) | |
tree | 87629666e8fe7246decf10cb047b70e50bd55f3b /net-misc | |
parent | sys-block/tgt: fix build (diff) | |
download | gentoo-feb852013403d805b4d240883ab426616a51f953.tar.gz gentoo-feb852013403d805b4d240883ab426616a51f953.tar.bz2 gentoo-feb852013403d805b4d240883ab426616a51f953.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/youtube-dl/youtube-dl-2019.03.01.ebuild | 2 | ||||
-rw-r--r-- | 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 2cb0551f3e35..b3603923fedb 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 632093ebfdb4..d7acffa97ea4 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...)" |