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-libs/gexiv2/
Date: Wed, 27 Jun 2018 17:20:20
Message-Id: 1530119989.7fecbcbaac65f8300da0ed99d8c386214f075526.pacho@gentoo
1 commit: 7fecbcbaac65f8300da0ed99d8c386214f075526
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 27 17:19:49 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 27 17:19:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fecbcba
7
8 media-libs/gexiv2: Support python3.6
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 media-libs/gexiv2/gexiv2-0.10.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/gexiv2/gexiv2-0.10.8.ebuild b/media-libs/gexiv2/gexiv2-0.10.8.ebuild
16 index e3a432736fe..8ad241f540c 100644
17 --- a/media-libs/gexiv2/gexiv2-0.10.8.ebuild
18 +++ b/media-libs/gexiv2/gexiv2-0.10.8.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
25
26 inherit autotools eutils multilib python-r1 toolchain-funcs versionator vala xdg-utils