Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/
Date: Sun, 28 May 2017 09:30:00
Message-Id: 1495963789.ea5ca6f45c9f4d4b61654141194d9b304d8c2fd3.pacho@gentoo
1 commit: ea5ca6f45c9f4d4b61654141194d9b304d8c2fd3
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 09:25:19 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 09:29:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5ca6f4
7
8 media-gfx/exiv2: Support newer python
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 media-gfx/exiv2/exiv2-0.25-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-gfx/exiv2/exiv2-0.25-r2.ebuild b/media-gfx/exiv2/exiv2-0.25-r2.ebuild
16 index 5429666560d..5f2ca76c7da 100644
17 --- a/media-gfx/exiv2/exiv2-0.25-r2.ebuild
18 +++ b/media-gfx/exiv2/exiv2-0.25-r2.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 -PYTHON_COMPAT=( python{2_7,3_4} )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
25
26 inherit eutils cmake-multilib python-any-r1