From: Pacho Ramos Date: Sat, 8 Oct 2016 13:38:16 +0000 (+0200) Subject: sys-apps/i2c-tools: Support python 3.5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7e4e9b68a47e3dd324ad7809aadc397224b15852;p=gentoo.git sys-apps/i2c-tools: Support python 3.5 Package-Manager: portage-2.3.1 --- 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