commit: fe5fe608339c18975fd6dd3e68f596d1d90cb2a5
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 14:14:41 2021 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Apr 17 14:14:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5fe608
sys-devel/automake: add python3.{8,9} to 1.16.3
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
sys-devel/automake/automake-1.16.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-devel/automake/automake-1.16.3-r1.ebuild
b/sys-devel/automake/automake-1.16.3-r1.ebuild
index cd3307a6083..113f78c20f8 100644
--- a/sys-devel/automake/automake-1.16.3-r1.ebuild
+++ b/sys-devel/automake/automake-1.16.3-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit python-any-r1