Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/apparmor-utils/
Date: Thu, 27 May 2021 08:21:53
Message-Id: 1622103705.9a65a8d857f87ed0b80c8b2c736f5c8467194164.kensington@gentoo
1 commit: 9a65a8d857f87ed0b80c8b2c736f5c8467194164
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 27 08:21:29 2021 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 08:21:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a65a8d8
7
8 sys-apps/apparmor-utils: add python 3.9 support
9
10 Bug: https://bugs.gentoo.org/788997
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
13
14 sys-apps/apparmor-utils/apparmor-utils-3.0.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-apps/apparmor-utils/apparmor-utils-3.0.1.ebuild b/sys-apps/apparmor-utils/apparmor-utils-3.0.1.ebuild
18 index 3ebacd48cc5..2b76a3e4513 100644
19 --- a/sys-apps/apparmor-utils/apparmor-utils-3.0.1.ebuild
20 +++ b/sys-apps/apparmor-utils/apparmor-utils-3.0.1.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -PYTHON_COMPAT=( python{3_7,3_8} )
29 +PYTHON_COMPAT=( python{3_7,3_8,3_9} )
30 inherit eapi7-ver perl-module python-r1 toolchain-funcs
31
32 MY_PV="$(ver_cut 1-2)"