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-libs/libsemanage/
Date: Fri, 02 Mar 2018 06:27:36
Message-Id: 1519970777.5f93b5126d167339b3990532851086444234f749.perfinion@gentoo
1 commit: 5f93b5126d167339b3990532851086444234f749
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 15:11:38 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 06:06:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f93b512
7
8 sys-libs/libsemanage: add python3_6 compat
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-libs/libsemanage/libsemanage-2.6.ebuild | 4 ++--
13 sys-libs/libsemanage/libsemanage-2.7.ebuild | 4 ++--
14 sys-libs/libsemanage/libsemanage-9999.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/sys-libs/libsemanage/libsemanage-2.6.ebuild b/sys-libs/libsemanage/libsemanage-2.6.ebuild
18 index e027c1f35ac..8fe7677a97c 100644
19 --- a/sys-libs/libsemanage/libsemanage-2.6.ebuild
20 +++ b/sys-libs/libsemanage/libsemanage-2.6.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
28 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
29
30 inherit multilib python-r1 toolchain-funcs multilib-minimal
31
32
33 diff --git a/sys-libs/libsemanage/libsemanage-2.7.ebuild b/sys-libs/libsemanage/libsemanage-2.7.ebuild
34 index 0d8a7240a2a..793f84bdf7d 100644
35 --- a/sys-libs/libsemanage/libsemanage-2.7.ebuild
36 +++ b/sys-libs/libsemanage/libsemanage-2.7.ebuild
37 @@ -1,8 +1,8 @@
38 -# Copyright 1999-2017 Gentoo Foundation
39 +# Copyright 1999-2018 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI="6"
43 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
44 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
45
46 inherit multilib python-r1 toolchain-funcs multilib-minimal
47
48
49 diff --git a/sys-libs/libsemanage/libsemanage-9999.ebuild b/sys-libs/libsemanage/libsemanage-9999.ebuild
50 index 5015c4e9fc9..90f98fe5933 100644
51 --- a/sys-libs/libsemanage/libsemanage-9999.ebuild
52 +++ b/sys-libs/libsemanage/libsemanage-9999.ebuild
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2017 Gentoo Foundation
55 +# Copyright 1999-2018 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI="6"
59 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
60 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
61
62 inherit multilib python-r1 toolchain-funcs multilib-minimal