dev-python/patch: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Tue, 16 May 2017 14:03:49 +0000 (16:03 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Tue, 16 May 2017 14:03:49 +0000 (16:03 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/patch/patch-1.16.ebuild

index 2f11ef4711ae245935443033ee84e858f093efa2..058632249601eca467d485bc737332d985254964 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1