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: Thu, 03 Dec 2020 03:28:19
Message-Id: 1606966081.08266283ed7120dce4b04100f65d51c888b66a7f.perfinion@gentoo
1 commit: 08266283ed7120dce4b04100f65d51c888b66a7f
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 03:27:46 2020 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 03:28:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08266283
7
8 sys-apps/policycoreutils: Add python3_8 support
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 .../{policycoreutils-3.1.ebuild => policycoreutils-3.1-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/policycoreutils/policycoreutils-3.1.ebuild b/sys-apps/policycoreutils/policycoreutils-3.1-r1.ebuild
17 similarity index 99%
18 rename from sys-apps/policycoreutils/policycoreutils-3.1.ebuild
19 rename to sys-apps/policycoreutils/policycoreutils-3.1-r1.ebuild
20 index 35366906fbc..9ce99c44a21 100644
21 --- a/sys-apps/policycoreutils/policycoreutils-3.1.ebuild
22 +++ b/sys-apps/policycoreutils/policycoreutils-3.1-r1.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="7"
27 -PYTHON_COMPAT=( python{3_6,3_7} )
28 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
29 PYTHON_REQ_USE="xml"
30
31 inherit multilib python-r1 toolchain-funcs bash-completion-r1