net-misc/youtube-dl: add python3_6 support
authorTim Harder <radhermit@gentoo.org>
Wed, 26 Apr 2017 08:59:24 +0000 (04:59 -0400)
committerTim Harder <radhermit@gentoo.org>
Wed, 26 Apr 2017 09:03:20 +0000 (05:03 -0400)
net-misc/youtube-dl/youtube-dl-2017.04.17.ebuild
net-misc/youtube-dl/youtube-dl-99999999.ebuild

index 0527ae290b0ed26cd7d6a4fbcedeed5b5acbc8d9..867867e736146af61b9137fb01d19a13048ce849 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_7,3_4,3_5})
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
 inherit bash-completion-r1 distutils-r1 eutils
 
 DESCRIPTION="Download videos from YouTube.com (and more sites...)"
index cbf0d1e6ae94e293baacf3d695f99b212dadf78c..003112d16b16407f85e6be11947519701c433bc4 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_7,3_4,3_5})
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
 inherit bash-completion-r1 distutils-r1 eutils git-r3
 
 DESCRIPTION="Download videos from YouTube.com (and more sites...)"