commit: e53b7a770a9216abbaba11616a919339d48642a2
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 10:53:01 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 28 10:53:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53b7a77
net-misc/gns3-converter: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
net-misc/gns3-converter/gns3-converter-1.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/gns3-converter/gns3-converter-1.3.0.ebuild
b/net-misc/gns3-converter/gns3-converter-1.3.0.ebuild
index 76ae1ca12a4..3ed0f4dd977 100644
--- a/net-misc/gns3-converter/gns3-converter-1.3.0.ebuild
+++ b/net-misc/gns3-converter/gns3-converter-1.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
inherit distutils-r1