app-portage/diffmask: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Sat, 22 Apr 2017 09:36:46 +0000 (11:36 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 22 Apr 2017 09:56:07 +0000 (11:56 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

app-portage/diffmask/diffmask-0.3.3-r2.ebuild
app-portage/diffmask/diffmask-9999.ebuild

index 6913ff287b46b74f9a219f715680b64de318c6c1..14598106ea4221ffe97a589318c18d088d787557 100644 (file)
@@ -1,8 +1,8 @@
-# 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=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 
index f59b89b99245b2b00a46acca031a969f6e16cf10..91a23879b64ff0fb6deda55ee5e8b00d8c974ead 100644 (file)
@@ -1,8 +1,8 @@
-# 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=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1