dev-python/keepassx: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 12:34:43 +0000 (14:34 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 16:31:51 +0000 (18:31 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/keepassx/keepassx-0.1.0-r1.ebuild

index 45aac1922c123cc8fc2228d34fbe2c5b0de7beb5..21e951ccb28ef7153f0e626a044782a789989433 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1