commit:     383400c5b2396095f227b0e95a2b0df8604dc8c6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 13:16:16 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:21:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383400c5

dev-util/rr: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/rr/rr-5.2.0-r1.ebuild                      | 6 ++++--
 dev-util/rr/{rr-5.3.0.ebuild => rr-5.3.0-r1.ebuild} | 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-util/rr/rr-5.2.0-r1.ebuild b/dev-util/rr/rr-5.2.0-r1.ebuild
index b98223d5136..b60628ad4ee 100644
--- a/dev-util/rr/rr-5.2.0-r1.ebuild
+++ b/dev-util/rr/rr-5.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,7 +27,9 @@ RDEPEND="${DEPEND}
 # Add all the deps needed only at build/test time.
 DEPEND+="
        test? (
-               dev-python/pexpect[${PYTHON_USEDEP}]
+               $(python_gen_cond_dep '
+                       dev-python/pexpect[${PYTHON_MULTI_USEDEP}]
+               ')
                sys-devel/gdb[xml]
        )"
 

diff --git a/dev-util/rr/rr-5.3.0.ebuild b/dev-util/rr/rr-5.3.0-r1.ebuild
similarity index 94%
rename from dev-util/rr/rr-5.3.0.ebuild
rename to dev-util/rr/rr-5.3.0-r1.ebuild
index 10707860b4a..792f4f9768e 100644
--- a/dev-util/rr/rr-5.3.0.ebuild
+++ b/dev-util/rr/rr-5.3.0-r1.ebuild
@@ -27,7 +27,9 @@ RDEPEND="${DEPEND}
 # Add all the deps needed only at build/test time.
 DEPEND+="
        test? (
-               dev-python/pexpect[${PYTHON_USEDEP}]
+               $(python_gen_cond_dep '
+                       dev-python/pexpect[${PYTHON_MULTI_USEDEP}]
+               ')
                sys-devel/gdb[xml]
        )"
 

Reply via email to