summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2018-03-02 23:10:18 +0800
committerJason Zaman <perfinion@gentoo.org>2018-03-02 23:10:52 +0800
commitd1a6928afabf5c810b5724b2011ed37f0fae1044 (patch)
treed5c21fab589d6d2ce81d3c74203990dde726ab48
parentdev-util/drone-cli: Remove old (diff)
downloadgentoo-d1a6928a.tar.gz
gentoo-d1a6928a.tar.bz2
gentoo-d1a6928a.zip
sys-apps/policycoreutils: add python3_6 compat
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--sys-apps/policycoreutils/policycoreutils-2.7.ebuild4
-rw-r--r--sys-apps/policycoreutils/policycoreutils-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/policycoreutils/policycoreutils-2.7.ebuild b/sys-apps/policycoreutils/policycoreutils-2.7.ebuild
index 2f74519d79bd..67a003d2f990 100644
--- a/sys-apps/policycoreutils/policycoreutils-2.7.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-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 multilib python-r1 toolchain-funcs bash-completion-r1
diff --git a/sys-apps/policycoreutils/policycoreutils-9999.ebuild b/sys-apps/policycoreutils/policycoreutils-9999.ebuild
index 9996621df2c0..bd07eea3a4b1 100644
--- a/sys-apps/policycoreutils/policycoreutils-9999.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-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 multilib python-r1 toolchain-funcs bash-completion-r1