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: dev-python/pyilmbase/
Date: Sun, 09 Feb 2020 16:18:28
Message-Id: 1581265076.83a04dea7c0c31f9981d9eb7cfd596ab3475ee42.mgorny@gentoo
1 commit: 83a04dea7c0c31f9981d9eb7cfd596ab3475ee42
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 12:56:36 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:17:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a04dea
7
8 dev-python/pyilmbase: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...pyilmbase-2.3.0-r1.ebuild => pyilmbase-2.3.0-r2.ebuild} | 14 ++++++++------
13 1 file changed, 8 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-python/pyilmbase/pyilmbase-2.3.0-r1.ebuild b/dev-python/pyilmbase/pyilmbase-2.3.0-r2.ebuild
16 similarity index 85%
17 rename from dev-python/pyilmbase/pyilmbase-2.3.0-r1.ebuild
18 rename to dev-python/pyilmbase/pyilmbase-2.3.0-r2.ebuild
19 index ea1f2d49fe5..c3f5e7b949a 100644
20 --- a/dev-python/pyilmbase/pyilmbase-2.3.0-r1.ebuild
21 +++ b/dev-python/pyilmbase/pyilmbase-2.3.0-r2.ebuild
22 @@ -18,14 +18,16 @@ IUSE="+numpy"
23 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
24
25 RDEPEND="${PYTHON_DEPS}
26 - >=dev-libs/boost-1.62.0-r1[python(+),${PYTHON_USEDEP}]
27 ~media-libs/ilmbase-${PV}:=
28 - numpy? (
29 - || (
30 - dev-python/numpy-python2[${PYTHON_USEDEP}]
31 - >=dev-python/numpy-1.10.4[${PYTHON_USEDEP}]
32 + $(python_gen_cond_dep '
33 + >=dev-libs/boost-1.62.0-r1[python(+),${PYTHON_MULTI_USEDEP}]
34 + numpy? (
35 + || (
36 + dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}]
37 + >=dev-python/numpy-1.10.4[${PYTHON_MULTI_USEDEP}]
38 + )
39 )
40 - )"
41 + ')"
42 DEPEND="${RDEPEND}
43 ${PYTHON_DEPS}
44 >=virtual/pkgconfig-0-r1"