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: sci-libs/plplot/
Date: Sun, 09 Feb 2020 16:36:43
Message-Id: 1581266132.cbcbb8f5109c340e7d710323443f96405e25f9e4.mgorny@gentoo
1 commit: cbcbb8f5109c340e7d710323443f96405e25f9e4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 19:07:00 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:35:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbcbb8f5
7
8 sci-libs/plplot: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-libs/plplot/{plplot-5.15.0.ebuild => plplot-5.15.0-r1.ebuild} | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-libs/plplot/plplot-5.15.0.ebuild b/sci-libs/plplot/plplot-5.15.0-r1.ebuild
16 similarity index 97%
17 rename from sci-libs/plplot/plplot-5.15.0.ebuild
18 rename to sci-libs/plplot/plplot-5.15.0-r1.ebuild
19 index bafe731a8d4..f0f9d5c4247 100644
20 --- a/sci-libs/plplot/plplot-5.15.0.ebuild
21 +++ b/sci-libs/plplot/plplot-5.15.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -49,8 +49,10 @@ RDEPEND="
29 pdf? ( media-libs/libharu:0= )
30 python? (
31 ${PYTHON_DEPS}
32 - dev-python/numpy[${PYTHON_USEDEP}]
33 - qt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] )
34 + $(python_gen_cond_dep '
35 + dev-python/numpy[${PYTHON_MULTI_USEDEP}]
36 + qt5? ( dev-python/PyQt5[${PYTHON_MULTI_USEDEP}] )
37 + ')
38 )
39 qhull? ( media-libs/qhull:0= )
40 qt5? (