From 7e4e9b68a47e3dd324ad7809aadc397224b15852 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 8 Oct 2016 15:38:16 +0200 Subject: [PATCH] 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 2aef2c63610d..61b55530c0a8 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 -- 2.26.2