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-libs/pymemphis/
Date: Sun, 09 Feb 2020 16:29:44
Message-Id: 1581265624.9aaa0954e09ad9b259eab450459628744cf58830.mgorny@gentoo
1 commit: 9aaa0954e09ad9b259eab450459628744cf58830
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 16:42:34 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:27:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aaa0954
7
8 media-libs/pymemphis: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{pymemphis-0.2.1-r2.ebuild => pymemphis-0.2.1-r3.ebuild} | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild b/media-libs/pymemphis/pymemphis-0.2.1-r3.ebuild
16 similarity index 80%
17 rename from media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild
18 rename to media-libs/pymemphis/pymemphis-0.2.1-r3.ebuild
19 index a9f890cbaea..5239a296f16 100644
20 --- a/media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild
21 +++ b/media-libs/pymemphis/pymemphis-0.2.1-r3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -20,8 +20,10 @@ IUSE=""
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
30
31 RDEPEND="${PYTHON_DEPS}
32 - dev-python/pycairo[${PYTHON_USEDEP}]
33 - dev-python/pygobject:2[${PYTHON_USEDEP}]
34 + $(python_gen_cond_dep '
35 + dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
36 + dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
37 + ')
38 media-libs/memphis"
39 DEPEND="${RDEPEND}"