dev-python/roman: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 13:54:05 +0000 (15:54 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 16:32:21 +0000 (18:32 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/roman/roman-2.0.0.ebuild

index 51a3f28afe8c7cb9f0cfc06fa0209e8a48553b02..355a44916938e9771dd820f3c5fa5055c8912293 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1