dev-python/pyroma: Add python3_{5,6}
authorManuel Rüger <mrueg@gentoo.org>
Wed, 17 May 2017 11:31:39 +0000 (13:31 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Wed, 17 May 2017 11:31:39 +0000 (13:31 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/pyroma/pyroma-1.7.ebuild

index c2b6eb41e8148353342ba78b7d4a0768c8690883..f0d268b2956587aed2b5b5e814a18dfe8b1959d8 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1