x11-misc/menumaker: add python3_{9,10}

Tested and works as expected, no differences in generated menus.

Closes: https://bugs.gentoo.org/789144
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2021-06-03 02:52:09 -04:00
parent 7b3e3bf7a8
commit afb234574e

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit autotools python-single-r1