commit: 9c7890a3609c44fa8b2ac99b5327caed7c2402ee
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 17:25:21 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 17:25:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7890a3
x11-misc/menumaker: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-misc/menumaker/menumaker-0.99.10.ebuild | 4 ++--
1 file 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 07a220f4d6f..16187245d17 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