From: Chris Mayo Date: Thu, 5 Dec 2019 19:42:20 +0000 (+0000) Subject: x11-misc/menumaker: add Python 3.7 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6fd27d346afca95437c8b4521b3c8655cf365214;p=gentoo.git x11-misc/menumaker: add Python 3.7 support Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Chris Mayo Closes: https://github.com/gentoo/gentoo/pull/13887 Signed-off-by: Joonas Niilola --- diff --git a/x11-misc/menumaker/menumaker-0.99.11.ebuild b/x11-misc/menumaker/menumaker-0.99.11.ebuild index 14d2b4ab3443..5b87f54707ed 100644 --- a/x11-misc/menumaker/menumaker-0.99.11.ebuild +++ b/x11-misc/menumaker/menumaker-0.99.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit autotools python-r1