Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/libimobiledevice/
Date: Wed, 27 Jun 2018 17:49:20
Message-Id: 1530121749.f1a3131e5115c4d07ae55dd10dcae2504b8e5b58.pacho@gentoo
1 commit: f1a3131e5115c4d07ae55dd10dcae2504b8e5b58
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 27 17:48:29 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 27 17:49:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a3131e
7
8 app-pda/libimobiledevice: Support python3.6
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild
16 index 19d56287cf4..ec93036aa4a 100644
17 --- a/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild
18 +++ b/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
25
26 inherit autotools python-r1