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

dev-python/retrying/retrying-1.3.3.ebuild

index ec4af924a02ded36a072c949fe589074f7906c2f..b1641119e3cd1b0bcd4e9e9235c4a0f2a609ec10 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