dev-python/feedgenerator: Support python 3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 15:50:11 +0000 (17:50 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 16:21:05 +0000 (18:21 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/feedgenerator/feedgenerator-1.9.ebuild

index ff29417192db7e6d1b7b4789e9fed21725f7803c..f46bd2372ad907d2ca9b76d034f4a810f9c3ccb7 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} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Standalone version of django.utils.feedgenerator"