Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-libs/libselinux/
Date: Wed, 10 Feb 2021 20:18:23
Message-Id: 1612988292.7e2bd8c8549b0f90e3f356a1056fb5aaddbe77ba.sam@gentoo
1 commit: 7e2bd8c8549b0f90e3f356a1056fb5aaddbe77ba
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 10 20:18:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 10 20:18:12 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=7e2bd8c8
7
8 sys-libs/libselinux: fix PYTHON_COMPAT
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-libs/libselinux/libselinux-2.6.ebuild | 4 ++--
14 sys-libs/libselinux/libselinux-2.7.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-libs/libselinux/libselinux-2.6.ebuild b/sys-libs/libselinux/libselinux-2.6.ebuild
18 index a905262..1a22ba6 100644
19 --- a/sys-libs/libselinux/libselinux-2.6.ebuild
20 +++ b/sys-libs/libselinux/libselinux-2.6.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
28 +PYTHON_COMPAT=( python3_{7,8,9} )
29 USE_RUBY="ruby23"
30
31 # No, I am not calling ruby-ng
32
33 diff --git a/sys-libs/libselinux/libselinux-2.7.ebuild b/sys-libs/libselinux/libselinux-2.7.ebuild
34 index 19d5a06..3a7dc58 100644
35 --- a/sys-libs/libselinux/libselinux-2.7.ebuild
36 +++ b/sys-libs/libselinux/libselinux-2.7.ebuild
37 @@ -1,8 +1,8 @@
38 -# Copyright 1999-2018 Gentoo Foundation
39 +# Copyright 1999-2021 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI="6"
43 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
44 +PYTHON_COMPAT=( python3_{7,8,9} )
45 USE_RUBY="ruby23"
46
47 # No, I am not calling ruby-ng