diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 10:53:19 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 13:07:25 +0100 |
commit | 7d35a4e5ee4180b0fd3761e57c9c02bee1849913 (patch) | |
tree | a5126a450f1e82da924bf668e150ad922876c289 /media-libs/openimageio | |
parent | */*: Reassign most of eva@'s packages (diff) | |
download | gentoo-7d35a4e5ee4180b0fd3761e57c9c02bee1849913.tar.gz gentoo-7d35a4e5ee4180b0fd3761e57c9c02bee1849913.tar.bz2 gentoo-7d35a4e5ee4180b0fd3761e57c9c02bee1849913.zip |
media-libs/openimageio: python3_7
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/openimageio')
-rw-r--r-- | media-libs/openimageio/openimageio-1.8.17-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/openimageio/openimageio-1.8.17-r1.ebuild b/media-libs/openimageio/openimageio-1.8.17-r1.ebuild index 8e563d74595e..0ce713b21a93 100644 --- a/media-libs/openimageio/openimageio-1.8.17-r1.ebuild +++ b/media-libs/openimageio/openimageio-1.8.17-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit cmake-utils python-single-r1 DESCRIPTION="A library for reading and writing images" |