From 4d3321f12602ceb789360678628bfbd1048b4d7b Mon Sep 17 00:00:00 2001 From: Jason Zaman Date: Thu, 1 Mar 2018 23:21:09 +0800 Subject: [PATCH] sys-apps/selinux-python: add python3_6 compat Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- sys-apps/selinux-python/selinux-python-2.7.ebuild | 4 ++-- sys-apps/selinux-python/selinux-python-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/selinux-python/selinux-python-2.7.ebuild b/sys-apps/selinux-python/selinux-python-2.7.ebuild index 832b4b2d809c..eb6630aa1643 100644 --- a/sys-apps/selinux-python/selinux-python-2.7.ebuild +++ b/sys-apps/selinux-python/selinux-python-2.7.ebuild @@ -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 diff --git a/sys-apps/selinux-python/selinux-python-9999.ebuild b/sys-apps/selinux-python/selinux-python-9999.ebuild index 510a3b731c47..c1e6a49cf4c2 100644 --- a/sys-apps/selinux-python/selinux-python-9999.ebuild +++ b/sys-apps/selinux-python/selinux-python-9999.ebuild @@ -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 -- 2.26.2