Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/selinux-python/
Date: Fri, 02 Mar 2018 06:27:37
Message-Id: 1519970779.4d3321f12602ceb789360678628bfbd1048b4d7b.perfinion@gentoo
1 commit: 4d3321f12602ceb789360678628bfbd1048b4d7b
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 15:21:09 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 06:06:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3321f1
7
8 sys-apps/selinux-python: add python3_6 compat
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-apps/selinux-python/selinux-python-2.7.ebuild | 4 ++--
13 sys-apps/selinux-python/selinux-python-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-apps/selinux-python/selinux-python-2.7.ebuild b/sys-apps/selinux-python/selinux-python-2.7.ebuild
17 index 832b4b2d809..eb6630aa164 100644
18 --- a/sys-apps/selinux-python/selinux-python-2.7.ebuild
19 +++ b/sys-apps/selinux-python/selinux-python-2.7.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
27 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28 PYTHON_REQ_USE="xml"
29
30 inherit python-r1 toolchain-funcs
31
32 diff --git a/sys-apps/selinux-python/selinux-python-9999.ebuild b/sys-apps/selinux-python/selinux-python-9999.ebuild
33 index 510a3b731c4..c1e6a49cf4c 100644
34 --- a/sys-apps/selinux-python/selinux-python-9999.ebuild
35 +++ b/sys-apps/selinux-python/selinux-python-9999.ebuild
36 @@ -1,8 +1,8 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 +# Copyright 1999-2018 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI="6"
42 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
43 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
44 PYTHON_REQ_USE="xml"
45
46 inherit python-r1 toolchain-funcs