Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libselinux/
Date: Sat, 25 Feb 2017 17:52:24
Message-Id: 1488045137.eef79b5478c6648c77c2b95ae3239ed8a2ec8aba.floppym@gentoo
1 commit: eef79b5478c6648c77c2b95ae3239ed8a2ec8aba
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 17:50:11 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 17:52:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef79b54
7
8 sys-libs/libselinux: add python3_6
9
10 Package-Manager: portage-portage_p2.3.0
11
12 sys-libs/libselinux/libselinux-2.6.ebuild | 4 ++--
13 sys-libs/libselinux/libselinux-9999.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-libs/libselinux/libselinux-2.6.ebuild b/sys-libs/libselinux/libselinux-2.6.ebuild
17 index 430d3976f4..90488e41e0 100644
18 --- a/sys-libs/libselinux/libselinux-2.6.ebuild
19 +++ b/sys-libs/libselinux/libselinux-2.6.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI="6"
27 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
28 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
29 USE_RUBY="ruby21 ruby22 ruby23"
30
31 # No, I am not calling ruby-ng
32
33 diff --git a/sys-libs/libselinux/libselinux-9999.ebuild b/sys-libs/libselinux/libselinux-9999.ebuild
34 index c7b8377eaf..3284bbc33b 100644
35 --- a/sys-libs/libselinux/libselinux-9999.ebuild
36 +++ b/sys-libs/libselinux/libselinux-9999.ebuild
37 @@ -3,7 +3,7 @@
38 # $Id$
39
40 EAPI="6"
41 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
42 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
43 USE_RUBY="ruby21 ruby22 ruby23"
44
45 # No, I am not calling ruby-ng