sys-apps/selinux-python: add python3_6 compat
authorJason Zaman <perfinion@gentoo.org>
Thu, 1 Mar 2018 15:21:09 +0000 (23:21 +0800)
committerJason Zaman <perfinion@gentoo.org>
Fri, 2 Mar 2018 06:06:19 +0000 (14:06 +0800)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

sys-apps/selinux-python/selinux-python-2.7.ebuild
sys-apps/selinux-python/selinux-python-9999.ebuild

index 832b4b2d809c2531d7d5e0f524463ad56a3f376a..eb6630aa1643665d5aa222f54c1f7e5b422a8e67 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 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,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE="xml"
 
 inherit python-r1 toolchain-funcs
index 510a3b731c475c76d924676fe9d2d45b73812985..c1e6a49cf4c2b27f7545f151f7df51a0912b61da 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 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,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE="xml"
 
 inherit python-r1 toolchain-funcs