diff options
author | Chris Mayo <aklhfex@gmail.com> | 2019-12-05 19:42:20 +0000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-12-07 14:47:06 +0200 |
commit | 6fd27d346afca95437c8b4521b3c8655cf365214 (patch) | |
tree | eda6fec84a18b284c0465618cf614786c5b90111 /x11-misc/menumaker | |
parent | media-gfx/gscan2pdf: version bump to 2.6.2 (diff) | |
download | gentoo-6fd27d346afca95437c8b4521b3c8655cf365214.tar.gz gentoo-6fd27d346afca95437c8b4521b3c8655cf365214.tar.bz2 gentoo-6fd27d346afca95437c8b4521b3c8655cf365214.zip |
x11-misc/menumaker: add Python 3.7 support
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13887
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-misc/menumaker')
-rw-r--r-- | x11-misc/menumaker/menumaker-0.99.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |