commit: 9a65a8d857f87ed0b80c8b2c736f5c8467194164 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Thu May 27 08:21:29 2021 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu May 27 08:21:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a65a8d8
sys-apps/apparmor-utils: add python 3.9 support Bug: https://bugs.gentoo.org/788997 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org> sys-apps/apparmor-utils/apparmor-utils-3.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/apparmor-utils/apparmor-utils-3.0.1.ebuild b/sys-apps/apparmor-utils/apparmor-utils-3.0.1.ebuild index 3ebacd48cc5..2b76a3e4513 100644 --- a/sys-apps/apparmor-utils/apparmor-utils-3.0.1.ebuild +++ b/sys-apps/apparmor-utils/apparmor-utils-3.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) inherit eapi7-ver perl-module python-r1 toolchain-funcs MY_PV="$(ver_cut 1-2)"
