Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openimageio/
Date: Mon, 07 Jan 2019 12:38:33
Message-Id: 1546864694.01957a88dac50ea7b984b7ae7b8bf1092cdc1b66.polynomial-c@gentoo
1 commit: 01957a88dac50ea7b984b7ae7b8bf1092cdc1b66
2 Author: lg188 <lander.ghekiere <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 7 08:52:15 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 12:38:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01957a88
7
8 media-libs/openimageio: QA changes
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 media-libs/openimageio/openimageio-1.8.17.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/media-libs/openimageio/openimageio-1.8.17.ebuild b/media-libs/openimageio/openimageio-1.8.17.ebuild
16 index 7e8ccfa6103..a0050a66933 100644
17 --- a/media-libs/openimageio/openimageio-1.8.17.ebuild
18 +++ b/media-libs/openimageio/openimageio-1.8.17.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
26 +EAPI=7
27 +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
28
29 inherit cmake-utils python-single-r1
30
31 @@ -67,12 +67,12 @@ DEPEND="${RDEPEND}
32
33 DOCS=( CHANGES.md CREDITS.md README.md src/doc/${PN}.pdf )
34
35 +S="${WORKDIR}/oiio-Release-${PV}"
36 +
37 pkg_setup() {
38 use python && python-single-r1_pkg_setup
39 }
40
41 -S="${WORKDIR}/oiio-Release-${PV}"
42 -
43 src_configure() {
44 # Build with SIMD support
45 local cpufeature