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-util/rr/
Date: Sun, 09 Feb 2020 16:25:26
Message-Id: 1581265307.383400c5b2396095f227b0e95a2b0df8604dc8c6.mgorny@gentoo
1 commit: 383400c5b2396095f227b0e95a2b0df8604dc8c6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 13:16:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:21:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383400c5
7
8 dev-util/rr: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/rr/rr-5.2.0-r1.ebuild | 6 ++++--
13 dev-util/rr/{rr-5.3.0.ebuild => rr-5.3.0-r1.ebuild} | 4 +++-
14 2 files changed, 7 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-util/rr/rr-5.2.0-r1.ebuild b/dev-util/rr/rr-5.2.0-r1.ebuild
17 index b98223d5136..b60628ad4ee 100644
18 --- a/dev-util/rr/rr-5.2.0-r1.ebuild
19 +++ b/dev-util/rr/rr-5.2.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -27,7 +27,9 @@ RDEPEND="${DEPEND}
27 # Add all the deps needed only at build/test time.
28 DEPEND+="
29 test? (
30 - dev-python/pexpect[${PYTHON_USEDEP}]
31 + $(python_gen_cond_dep '
32 + dev-python/pexpect[${PYTHON_MULTI_USEDEP}]
33 + ')
34 sys-devel/gdb[xml]
35 )"
36
37
38 diff --git a/dev-util/rr/rr-5.3.0.ebuild b/dev-util/rr/rr-5.3.0-r1.ebuild
39 similarity index 94%
40 rename from dev-util/rr/rr-5.3.0.ebuild
41 rename to dev-util/rr/rr-5.3.0-r1.ebuild
42 index 10707860b4a..792f4f9768e 100644
43 --- a/dev-util/rr/rr-5.3.0.ebuild
44 +++ b/dev-util/rr/rr-5.3.0-r1.ebuild
45 @@ -27,7 +27,9 @@ RDEPEND="${DEPEND}
46 # Add all the deps needed only at build/test time.
47 DEPEND+="
48 test? (
49 - dev-python/pexpect[${PYTHON_USEDEP}]
50 + $(python_gen_cond_dep '
51 + dev-python/pexpect[${PYTHON_MULTI_USEDEP}]
52 + ')
53 sys-devel/gdb[xml]
54 )"