diff options
author | Jason Zaman <perfinion@gentoo.org> | 2018-03-01 23:11:38 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-03-02 14:06:17 +0800 |
commit | 5f93b5126d167339b3990532851086444234f749 (patch) | |
tree | 3b7a002ba69e322c5097ae7fd75e2e973f9219b4 /sys-libs/libsemanage | |
parent | app-admin/setools: add python3_6 compat (diff) | |
download | gentoo-5f93b5126d167339b3990532851086444234f749.tar.gz gentoo-5f93b5126d167339b3990532851086444234f749.tar.bz2 gentoo-5f93b5126d167339b3990532851086444234f749.zip |
sys-libs/libsemanage: add python3_6 compat
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-libs/libsemanage')
-rw-r--r-- | sys-libs/libsemanage/libsemanage-2.6.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libsemanage/libsemanage-2.7.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libsemanage/libsemanage-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-libs/libsemanage/libsemanage-2.6.ebuild b/sys-libs/libsemanage/libsemanage-2.6.ebuild index e027c1f35ac8..8fe7677a97c6 100644 --- a/sys-libs/libsemanage/libsemanage-2.6.ebuild +++ b/sys-libs/libsemanage/libsemanage-2.6.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} ) inherit multilib python-r1 toolchain-funcs multilib-minimal diff --git a/sys-libs/libsemanage/libsemanage-2.7.ebuild b/sys-libs/libsemanage/libsemanage-2.7.ebuild index 0d8a7240a2a7..793f84bdf7d7 100644 --- a/sys-libs/libsemanage/libsemanage-2.7.ebuild +++ b/sys-libs/libsemanage/libsemanage-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} ) inherit multilib python-r1 toolchain-funcs multilib-minimal diff --git a/sys-libs/libsemanage/libsemanage-9999.ebuild b/sys-libs/libsemanage/libsemanage-9999.ebuild index 5015c4e9fc9e..90f98fe5933f 100644 --- a/sys-libs/libsemanage/libsemanage-9999.ebuild +++ b/sys-libs/libsemanage/libsemanage-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} ) inherit multilib python-r1 toolchain-funcs multilib-minimal |