Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/streamlink/
Date: Sun, 19 Jan 2020 18:17:04
Message-Id: 1579457796.de75fdab1ed8d154713dcbd5003f360f9e169d3c.leio@gentoo
1 commit: de75fdab1ed8d154713dcbd5003f360f9e169d3c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 16:51:10 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 18:16:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de75fdab
7
8 net-misc/streamlink: allow python:3.7
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 net-misc/streamlink/streamlink-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild
17 index 71fdff241a3..c11c5094f8c 100644
18 --- a/net-misc/streamlink/streamlink-9999.ebuild
19 +++ b/net-misc/streamlink/streamlink-9999.ebuild
20 @@ -8,7 +8,7 @@ if [[ ${PV} = 9999* ]]; then
21 GIT_ECLASS="git-r3"
22 fi
23
24 -PYTHON_COMPAT=( python3_6 )
25 +PYTHON_COMPAT=( python3_{6,7} )
26 PYTHON_REQ_USE='xml(+),threads(+)'
27 DISTUTILS_SINGLE_IMPL=1