dev-python/jellyfish: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 14:13:13 +0000 (16:13 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 14:22:19 +0000 (16:22 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/jellyfish/jellyfish-0.5.6.ebuild

index c7cea2598f81c58951b4a8929e75dbbb59f6d87f..4bb4f96fbe0a24e6221463b7769f8c5d2ac0556c 100644 (file)
@@ -1,8 +1,8 @@
-# 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=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 DISTUTILS_IN_SOURCE_BUILD=1
 
 inherit distutils-r1