dev-python/pyformance: PYTHON_COMPAT: add python3_5
authorZac Medico <zmedico@gentoo.org>
Mon, 29 Aug 2016 21:21:24 +0000 (14:21 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 29 Aug 2016 21:22:05 +0000 (14:22 -0700)
Package-Manager: portage-2.3.0

dev-python/pyformance/pyformance-0.3.2.ebuild

index 1da5985dbf7c8fa495c0d5dffccb6e801e5f5e6b..a9dcc8c51a90a731ff4d73649d5bd2eb92302e02 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
 
 inherit distutils-r1