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-gfx/alembic/
Date: Sun, 09 Feb 2020 16:29:38
Message-Id: 1581265601.78d46b5ed652734487e07c9ffd7e697d4cc5f947.mgorny@gentoo
1 commit: 78d46b5ed652734487e07c9ffd7e697d4cc5f947
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 14:58:25 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:26:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d46b5e
7
8 media-gfx/alembic: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../alembic/{alembic-1.7.11.ebuild => alembic-1.7.11-r1.ebuild} | 6 ++++--
13 media-gfx/alembic/alembic-1.7.9.ebuild | 8 +++++---
14 2 files changed, 9 insertions(+), 5 deletions(-)
15
16 diff --git a/media-gfx/alembic/alembic-1.7.11.ebuild b/media-gfx/alembic/alembic-1.7.11-r1.ebuild
17 similarity index 94%
18 rename from media-gfx/alembic/alembic-1.7.11.ebuild
19 rename to media-gfx/alembic/alembic-1.7.11-r1.ebuild
20 index eaf86523653..8f112f0a4fd 100644
21 --- a/media-gfx/alembic/alembic-1.7.11.ebuild
22 +++ b/media-gfx/alembic/alembic-1.7.11-r1.ebuild
23 @@ -28,10 +28,12 @@ REQUIRED_USE="
24 RDEPEND="
25 ${PYTHON_DEPS}
26 >=media-libs/openexr-2.3.0:=
27 - boost? ( >=dev-libs/boost-1.65.0:=[python,${PYTHON_USEDEP}] )
28 hdf5? ( >=sci-libs/hdf5-1.10.2:=[zlib(+)] )
29 - python? ( >=dev-python/pyilmbase-2.3.0[${PYTHON_USEDEP}] )
30 + python? ( >=dev-python/pyilmbase-2.3.0[${PYTHON_SINGLE_USEDEP}] )
31 zlib? ( >=sys-libs/zlib-1.2.11-r1 )
32 + $(python_gen_cond_dep '
33 + boost? ( >=dev-libs/boost-1.65.0:=[python,${PYTHON_MULTI_USEDEP}] )
34 + ')
35 "
36 DEPEND="
37 ${RDEPEND}
38
39 diff --git a/media-gfx/alembic/alembic-1.7.9.ebuild b/media-gfx/alembic/alembic-1.7.9.ebuild
40 index 7acd86b893c..c04e8c9b6f6 100644
41 --- a/media-gfx/alembic/alembic-1.7.9.ebuild
42 +++ b/media-gfx/alembic/alembic-1.7.9.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2019 Gentoo Authors
45 +# Copyright 1999-2020 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -28,10 +28,12 @@ REQUIRED_USE="
50 RDEPEND="
51 ${PYTHON_DEPS}
52 >=media-libs/openexr-2.2.0-r2:=
53 - boost? ( >=dev-libs/boost-1.65.0:=[python,${PYTHON_USEDEP}] )
54 hdf5? ( >=sci-libs/hdf5-1.8.18[zlib(+)] )
55 - python? ( >=dev-python/pyilmbase-2.2.0[${PYTHON_USEDEP}] )
56 + python? ( >=dev-python/pyilmbase-2.2.0[${PYTHON_SINGLE_USEDEP}] )
57 zlib? ( >=sys-libs/zlib-1.2.11-r1 )
58 + $(python_gen_cond_dep '
59 + boost? ( >=dev-libs/boost-1.65.0:=[python,${PYTHON_MULTI_USEDEP}] )
60 + ')
61 "
62 DEPEND="
63 ${RDEPEND}