Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/i2c-tools/
Date: Sat, 08 Oct 2016 13:56:07
Message-Id: 1475933896.7e4e9b68a47e3dd324ad7809aadc397224b15852.pacho@gentoo
1 commit: 7e4e9b68a47e3dd324ad7809aadc397224b15852
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 8 13:38:16 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 8 13:38:16 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4e9b68
7
8 sys-apps/i2c-tools: Support python 3.5
9
10 Package-Manager: portage-2.3.1
11
12 sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index 2aef2c6..61b5553 100644
17 --- a/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
18 +++ b/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI="5"
26 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
27 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
28 DISTUTILS_OPTIONAL="1"
29
30 inherit flag-o-matic toolchain-funcs distutils-r1