diff options
author | Sam James <sam@gentoo.org> | 2021-02-28 21:31:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-28 21:32:19 +0000 |
commit | 16967b8eaae81d3e2d404970f111cd0ae912fff5 (patch) | |
tree | f608cc9094afb9be079187608f530cbdf776d9b0 /sys-devel | |
parent | sys-devel/automake: add Python 3.9 to 9999 too (diff) | |
download | gentoo-16967b8eaae81d3e2d404970f111cd0ae912fff5.tar.gz gentoo-16967b8eaae81d3e2d404970f111cd0ae912fff5.tar.bz2 gentoo-16967b8eaae81d3e2d404970f111cd0ae912fff5.zip |
sys-devel/automake: add Python 3.9 to 1.16.x stragglers
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/automake/automake-1.16.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.16.2-r1.ebuild b/sys-devel/automake/automake-1.16.2-r1.ebuild index 34f808f34334..987c21303241 100644 --- a/sys-devel/automake/automake-1.16.2-r1.ebuild +++ b/sys-devel/automake/automake-1.16.2-r1.ebuild @@ -2,7 +2,8 @@ # 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 |