dev-python/regendoc: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 18:16:03 +0000 (10:16 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:19:52 +0000 (14:19 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/regendoc/regendoc-0.5.ebuild
dev-python/regendoc/regendoc-0.6.1.ebuild

index 9dc014369a5589c288d8b555fbb52316ea157080..96e6ea917ce0be674937ad5e49e7785c9f8379ce 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 
index f74f9df0723072f16c224cb4466107b2a4c3536b..e6269aed0e507b37d8b825d9a8d4c8338d47542e 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1