diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 19:25:21 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 19:25:21 +0200 |
commit | 9c7890a3609c44fa8b2ac99b5327caed7c2402ee (patch) | |
tree | e4cbaf8e841c1d97bce393255548e64903e74d65 /x11-misc/menumaker | |
parent | dev-python/pyshark: Support python3.6 (diff) | |
download | gentoo-9c7890a3609c44fa8b2ac99b5327caed7c2402ee.tar.gz gentoo-9c7890a3609c44fa8b2ac99b5327caed7c2402ee.tar.bz2 gentoo-9c7890a3609c44fa8b2ac99b5327caed7c2402ee.zip |
x11-misc/menumaker: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-misc/menumaker')
-rw-r--r-- | x11-misc/menumaker/menumaker-0.99.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/menumaker/menumaker-0.99.10.ebuild b/x11-misc/menumaker/menumaker-0.99.10.ebuild index 07a220f4d6f6..16187245d17c 100644 --- a/x11-misc/menumaker/menumaker-0.99.10.ebuild +++ b/x11-misc/menumaker/menumaker-0.99.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit autotools python-r1 |