dev-python/versiontools: Add python3_5 support
authorManuel Rüger <mrueg@gentoo.org>
Fri, 10 Mar 2017 15:58:56 +0000 (16:58 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 10 Mar 2017 15:59:22 +0000 (16:59 +0100)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/versiontools/versiontools-1.9.1-r1.ebuild

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