dev-python/pymountboot: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 08:52:34 +0000 (10:52 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:41:00 +0000 (16:41 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/pymountboot/pymountboot-0.2.2.ebuild
dev-python/pymountboot/pymountboot-9999.ebuild

index 6f83eac101c85f8ed18f9f68c8fad3240e7de6a7..6390c3678064e6914cda28fad60722479fdbcafc 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 
index dee5b7751ea594b38ac43e92266b60bd3c2cc468..6b4362ffab04ec8b552b56ca2b631a1151a43ff0 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1