commit: 7e4e9b68a47e3dd324ad7809aadc397224b15852
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 13:38:16 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 8 13:38:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4e9b68
sys-apps/i2c-tools: Support python 3.5
Package-Manager: portage-2.3.1
sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
b/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
index 2aef2c6..61b5553 100644
--- a/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
+++ b/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
@@ -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