diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 14:16:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:21:47 +0100 |
commit | 383400c5b2396095f227b0e95a2b0df8604dc8c6 (patch) | |
tree | 7dd12f281ccaf855cce0c40f17377c0f0039e859 /dev-util/rr | |
parent | dev-util/rpmdevtools: Switch to PYTHON_SINGLE_USEDEP (diff) | |
download | gentoo-383400c5b2396095f227b0e95a2b0df8604dc8c6.tar.gz gentoo-383400c5b2396095f227b0e95a2b0df8604dc8c6.tar.bz2 gentoo-383400c5b2396095f227b0e95a2b0df8604dc8c6.zip |
dev-util/rr: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/rr')
-rw-r--r-- | dev-util/rr/rr-5.2.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-util/rr/rr-5.3.0-r1.ebuild (renamed from dev-util/rr/rr-5.3.0.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 b98223d5136d..b60628ad4eec 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 index 10707860b4ae..792f4f9768e2 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] )" |