dev-python/prompt_toolkit: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Mar 2017 06:52:59 +0000 (22:52 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Mar 2017 06:52:59 +0000 (22:52 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/prompt_toolkit/prompt_toolkit-1.0.0.ebuild
dev-python/prompt_toolkit/prompt_toolkit-1.0.13.ebuild
dev-python/prompt_toolkit/prompt_toolkit-1.0.3.ebuild

index 958ddb772831a965c2c3e59ab8f5f0af58166575..541c4e77af1e2533bbc40ddcdfa7b9b16c854336 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
index 0371327cefea76986e408f53a18570a10463e46b..aee90f07c2eee6c777576ef92e22d1039be85e51 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
 
index f7de57fffe2b65374269be3d6b3280e286ca4946..aee90f07c2eee6c777576ef92e22d1039be85e51 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1