dev-python/pyxattr: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Mon, 15 May 2017 12:37:32 +0000 (14:37 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Mon, 15 May 2017 12:37:32 +0000 (14:37 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/pyxattr/pyxattr-0.6.0.ebuild
dev-python/pyxattr/pyxattr-9999.ebuild

index c88e849e021b450658eb124f04a7cd621a3e1e7f..dd442451271d8bd091c38688d297a8d314a4becb 100644 (file)
@@ -1,8 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1 eutils
 
index a95dd3b3f9b3dd632a389eaa144077b16b63005f..1ff43687625adc890f982e789a2213545f1d2c0f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1 eutils git-r3