diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 19:19:49 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 19:19:49 +0200 |
commit | 7fecbcbaac65f8300da0ed99d8c386214f075526 (patch) | |
tree | 56489fbd86a9cbc7eb45d6b4135b50279a32f696 /media-libs/gexiv2 | |
parent | app-i18n/transifex-client: Support python3.6 (diff) | |
download | gentoo-7fecbcbaac65f8300da0ed99d8c386214f075526.tar.gz gentoo-7fecbcbaac65f8300da0ed99d8c386214f075526.tar.bz2 gentoo-7fecbcbaac65f8300da0ed99d8c386214f075526.zip |
media-libs/gexiv2: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'media-libs/gexiv2')
-rw-r--r-- | media-libs/gexiv2/gexiv2-0.10.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/gexiv2/gexiv2-0.10.8.ebuild b/media-libs/gexiv2/gexiv2-0.10.8.ebuild index e3a432736fe8..8ad241f540c4 100644 --- a/media-libs/gexiv2/gexiv2-0.10.8.ebuild +++ b/media-libs/gexiv2/gexiv2-0.10.8.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 vala xdg-utils |