Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openimageio/
Date: Sat, 30 Nov 2019 12:08:24
Message-Id: 1575115645.7d35a4e5ee4180b0fd3761e57c9c02bee1849913.asturm@gentoo
1 commit: 7d35a4e5ee4180b0fd3761e57c9c02bee1849913
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 09:53:19 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 30 12:07:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d35a4e5
7
8 media-libs/openimageio: python3_7
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/openimageio/openimageio-1.8.17-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/openimageio/openimageio-1.8.17-r1.ebuild b/media-libs/openimageio/openimageio-1.8.17-r1.ebuild
17 index 8e563d74595..0ce713b21a9 100644
18 --- a/media-libs/openimageio/openimageio-1.8.17-r1.ebuild
19 +++ b/media-libs/openimageio/openimageio-1.8.17-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
25 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
26 inherit cmake-utils python-single-r1
27
28 DESCRIPTION="A library for reading and writing images"