dev-util/rosinstall: Add python 3.5 support.
authorAlexis Ballier <aballier@gentoo.org>
Mon, 20 Feb 2017 15:03:34 +0000 (16:03 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 20 Feb 2017 15:21:54 +0000 (16:21 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-util/rosinstall/rosinstall-0.7.8.ebuild
dev-util/rosinstall/rosinstall-9999.ebuild

index ba1b77be0f816239ae997dca603aa659fd4ab966..a8606a6650d221ab9621d48229fe4e16234d36d6 100644 (file)
@@ -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
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 SCM=""
 if [ "${PV#9999}" != "${PV}" ] ; then
index 435dd7d7bd88fc49047f89c91720b57cf3a39cef..a8606a6650d221ab9621d48229fe4e16234d36d6 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 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,3_5} )
 
 SCM=""
 if [ "${PV#9999}" != "${PV}" ] ; then