dev-python/positional: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Mon, 27 Feb 2017 04:51:42 +0000 (20:51 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 27 Feb 2017 04:52:52 +0000 (20:52 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/positional/positional-1.1.1.ebuild

index 2e8c9fca1317914f7cb2442c056908ed1a332ac5..28a483490db7f379d8caeb5a0885338ea3798b1c 100644 (file)
@@ -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
 # $Id$
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1