commit: ea5ca6f45c9f4d4b61654141194d9b304d8c2fd3
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 09:25:19 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 28 09:29:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5ca6f4
media-gfx/exiv2: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-gfx/exiv2/exiv2-0.25-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/exiv2/exiv2-0.25-r2.ebuild
b/media-gfx/exiv2/exiv2-0.25-r2.ebuild
index 5429666560d..5f2ca76c7da 100644
--- a/media-gfx/exiv2/exiv2-0.25-r2.ebuild
+++ b/media-gfx/exiv2/exiv2-0.25-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit eutils cmake-multilib python-any-r1