Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openimageio/
Date: Thu, 30 Jan 2020 21:26:23
Message-Id: 1580419570.3e85dedda88090833477d549ac62fab149908cf3.mgorny@gentoo
1 commit: 3e85dedda88090833477d549ac62fab149908cf3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 21:15:47 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 21:26:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e85dedd
7
8 media-libs/openimageio: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-libs/openimageio/openimageio-1.8.17-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/openimageio/openimageio-1.8.17-r1.ebuild b/media-libs/openimageio/openimageio-1.8.17-r1.ebuild
16 index f31b4ebc595..8384bd61702 100644
17 --- a/media-libs/openimageio/openimageio-1.8.17-r1.ebuild
18 +++ b/media-libs/openimageio/openimageio-1.8.17-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
24 +PYTHON_COMPAT=( python3_{6,7} )
25 inherit cmake python-single-r1
26
27 DESCRIPTION="A library for reading and writing images"