net-misc/streamlink: add python 3_6 compat to 9999 ebuild
authorPiotr Staroszczyk <piotr.staroszczyk@get24.org>
Sat, 17 Mar 2018 14:16:14 +0000 (15:16 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 24 Mar 2018 12:07:25 +0000 (13:07 +0100)
Closes: https://github.com/gentoo/gentoo/pull/7486

net-misc/streamlink/streamlink-9999.ebuild

index ff3f06dea73a9032812f806af3a787a3b32f0539..a824074d2cd520c445339f445e83b9b754df8746 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE='xml(+),threads(+)'
 
 inherit distutils-r1 git-r3