dev-python/python-scsi: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 19:15:11 +0000 (21:15 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 19:21:12 +0000 (21:21 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/python-scsi/python-scsi-0_pre160211.ebuild
dev-python/python-scsi/python-scsi-9999.ebuild

index 8e947c0ffd85bc12ff335744b2eb89fcb0a37f38..768c5c54369b5612f48c80b87fb8b4133e8a4687 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1 eutils
 
index dbdd181f802e9d8df6efe3b25a403e5ade89452f..26b967c4039a29bf3370d3d8622e1c4e0a8c2cc0 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1 git-r3