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/policycoreutils/
Date: Fri, 02 Mar 2018 15:12:25
Message-Id: 1520003452.d1a6928afabf5c810b5724b2011ed37f0fae1044.perfinion@gentoo
1 commit: d1a6928afabf5c810b5724b2011ed37f0fae1044
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 2 15:10:18 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 15:10:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a6928a
7
8 sys-apps/policycoreutils: add python3_6 compat
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-apps/policycoreutils/policycoreutils-2.7.ebuild | 4 ++--
13 sys-apps/policycoreutils/policycoreutils-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-apps/policycoreutils/policycoreutils-2.7.ebuild b/sys-apps/policycoreutils/policycoreutils-2.7.ebuild
17 index 2f74519d79b..67a003d2f99 100644
18 --- a/sys-apps/policycoreutils/policycoreutils-2.7.ebuild
19 +++ b/sys-apps/policycoreutils/policycoreutils-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 multilib python-r1 toolchain-funcs bash-completion-r1
31
32 diff --git a/sys-apps/policycoreutils/policycoreutils-9999.ebuild b/sys-apps/policycoreutils/policycoreutils-9999.ebuild
33 index 9996621df2c..bd07eea3a4b 100644
34 --- a/sys-apps/policycoreutils/policycoreutils-9999.ebuild
35 +++ b/sys-apps/policycoreutils/policycoreutils-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 multilib python-r1 toolchain-funcs bash-completion-r1