mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/rr: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -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]
|
||||
)"
|
||||
|
||||
Reference in New Issue
Block a user