From dff83072fa3a2aeb0e9e4fae0c10a97a14d6ae02 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 17 Jul 2021 20:15:46 +0200 Subject: [PATCH] dev-util/rr: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert --- dev-util/rr/rr-5.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/rr/rr-5.4.0.ebuild b/dev-util/rr/rr-5.4.0.ebuild index 1911dcc648aa1..73cc6777d1485 100644 --- a/dev-util/rr/rr-5.4.0.ebuild +++ b/dev-util/rr/rr-5.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10} ) CMAKE_BUILD_TYPE=Release inherit cmake linux-info python-single-r1 @@ -28,7 +28,7 @@ RDEPEND="${DEPEND} DEPEND+=" test? ( $(python_gen_cond_dep ' - dev-python/pexpect[${PYTHON_MULTI_USEDEP}] + dev-python/pexpect[${PYTHON_USEDEP}] ') sys-devel/gdb[xml] )"