diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 20:56:47 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 21:04:13 +0200 |
commit | 674534ac9c61b4231b14ebe76412a270be9cc409 (patch) | |
tree | 3bdc75a1dd5ef098015ab5f7230f8d3e9df5feb7 /media-libs | |
parent | media-gfx/sigal: Support python3.6 (diff) | |
download | gentoo-674534ac9c61b4231b14ebe76412a270be9cc409.tar.gz gentoo-674534ac9c61b4231b14ebe76412a270be9cc409.tar.bz2 gentoo-674534ac9c61b4231b14ebe76412a270be9cc409.zip |
media-libs/gexiv2: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gexiv2/gexiv2-0.10.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/gexiv2/gexiv2-0.10.5-r1.ebuild b/media-libs/gexiv2/gexiv2-0.10.5-r1.ebuild index 7c8bc4142efc..72e3559bf0f8 100644 --- a/media-libs/gexiv2/gexiv2-0.10.5-r1.ebuild +++ b/media-libs/gexiv2/gexiv2-0.10.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit autotools eutils multilib python-r1 toolchain-funcs versionator xdg-utils |