dev-python/attrdict: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 09:14:27 +0000 (11:14 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 09:31:10 +0000 (11:31 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/attrdict/attrdict-2.0.0.ebuild

index 1dabdf6fbf0fa738560c561c6551384eff6675b4..8c9ab3e4832616ebe1f7adc45f29ff923cf66f4c 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1