commit: 0975c16a6b55c79ef967ae5349fdb473f0558982
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 21:48:52 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed May 3 22:03:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0975c16a
dev-python/fasteners: add python3.6 and pypy to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/fasteners/fasteners-0.14.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/fasteners/fasteners-0.14.1.ebuild
b/dev-python/fasteners/fasteners-0.14.1.ebuild
index 29236f77508..f22c0f4d640 100644
--- a/dev-python/fasteners/fasteners-0.14.1.ebuild
+++ b/dev-python/fasteners/fasteners-0.14.1.ebuild
@@ -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
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1