summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-05-28 11:25:19 +0200
committerPacho Ramos <pacho@gentoo.org>2017-05-28 11:29:49 +0200
commitea5ca6f45c9f4d4b61654141194d9b304d8c2fd3 (patch)
treed70e6446c155cb1f62860a5b89d67c6ce4d5d16e
parentdev-util/umockdev: Support newer python (diff)
downloadgentoo-ea5ca6f45c9f4d4b61654141194d9b304d8c2fd3.tar.gz
gentoo-ea5ca6f45c9f4d4b61654141194d9b304d8c2fd3.tar.bz2
gentoo-ea5ca6f45c9f4d4b61654141194d9b304d8c2fd3.zip
media-gfx/exiv2: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r--media-gfx/exiv2/exiv2-0.25-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/exiv2/exiv2-0.25-r2.ebuild b/media-gfx/exiv2/exiv2-0.25-r2.ebuild
index 5429666560d1..5f2ca76c7da1 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