sys-apps/i2c-tools: Support python 3.5
authorPacho Ramos <pacho@gentoo.org>
Sat, 8 Oct 2016 13:38:16 +0000 (15:38 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 8 Oct 2016 13:38:16 +0000 (15:38 +0200)
Package-Manager: portage-2.3.1

sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild

index 2aef2c63610dde6994ade11de9163323ec2b36ac..61b55530c0a8ab4099bf3e0d9be4be99d8134c23 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_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 DISTUTILS_OPTIONAL="1"
 
 inherit flag-o-matic toolchain-funcs distutils-r1