commit: 4fe8ae699761611ebe6e0a8f6171190618be8d1e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 19:15:11 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 19:21:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe8ae69
dev-python/python-scsi: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/python-scsi/python-scsi-0_pre160211.ebuild | 4 ++--
dev-python/python-scsi/python-scsi-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/python-scsi/python-scsi-0_pre160211.ebuild
b/dev-python/python-scsi/python-scsi-0_pre160211.ebuild
index 8e947c0ffd8..768c5c54369 100644
--- a/dev-python/python-scsi/python-scsi-0_pre160211.ebuild
+++ b/dev-python/python-scsi/python-scsi-0_pre160211.ebuild
@@ -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
diff --git a/dev-python/python-scsi/python-scsi-9999.ebuild
b/dev-python/python-scsi/python-scsi-9999.ebuild
index dbdd181f802..26b967c4039 100644
--- a/dev-python/python-scsi/python-scsi-9999.ebuild
+++ b/dev-python/python-scsi/python-scsi-9999.ebuild
@@ -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