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: Sun, 03 Jan 2021 08:21:04
Message-Id: 1609661989.f2c35d5dee01e03ae3e96c890021c9adcc93cbd3.perfinion@gentoo
1 commit: f2c35d5dee01e03ae3e96c890021c9adcc93cbd3
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 2 19:40:25 2021 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 08:19:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c35d5d
7
8 sys-libs/libsemanage: add python3_9
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
12 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
13
14 sys-libs/libsemanage/libsemanage-3.1-r1.ebuild | 7 +++----
15 sys-libs/libsemanage/libsemanage-9999.ebuild | 7 +++----
16 2 files changed, 6 insertions(+), 8 deletions(-)
17
18 diff --git a/sys-libs/libsemanage/libsemanage-3.1-r1.ebuild b/sys-libs/libsemanage/libsemanage-3.1-r1.ebuild
19 index b7babd07782..9ec851423cd 100644
20 --- a/sys-libs/libsemanage/libsemanage-3.1-r1.ebuild
21 +++ b/sys-libs/libsemanage/libsemanage-3.1-r1.ebuild
22 @@ -1,8 +1,8 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI="7"
28 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
29 +EAPI=7
30 +PYTHON_COMPAT=( python3_{6..9} )
31
32 inherit multilib python-r1 toolchain-funcs multilib-minimal
33
34 @@ -27,7 +27,6 @@ fi
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 -IUSE=""
39 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
40
41 RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}]
42
43 diff --git a/sys-libs/libsemanage/libsemanage-9999.ebuild b/sys-libs/libsemanage/libsemanage-9999.ebuild
44 index a1f7982ff44..ab3951cd7ca 100644
45 --- a/sys-libs/libsemanage/libsemanage-9999.ebuild
46 +++ b/sys-libs/libsemanage/libsemanage-9999.ebuild
47 @@ -1,8 +1,8 @@
48 -# Copyright 1999-2020 Gentoo Authors
49 +# Copyright 1999-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 -EAPI="7"
53 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
54 +EAPI=7
55 +PYTHON_COMPAT=( python3_{6..9} )
56
57 inherit multilib python-r1 toolchain-funcs multilib-minimal
58
59 @@ -27,7 +27,6 @@ fi
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 -IUSE=""
64 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
65
66 RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}]