From a9e1355af06fa76e027af8d9fca4df2d770a372f Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Wed, 6 Nov 2019 22:03:03 -0800 Subject: [PATCH] sys-libs/libxcrypt: Fix tests in 4.4.10-r1 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Patrick McLean --- sys-libs/libxcrypt/libxcrypt-4.4.10-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.10-r1.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.10-r1.ebuild index 75fc58ebd031..8e27bd3934b4 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.10-r1.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.10-r1.ebuild @@ -20,7 +20,10 @@ DEPEND="system? ( )" RDEPEND="${DEPEND}" BDEPEND="sys-apps/findutils - test? ( ${PYTHON_DEPS} )" + test? ( + ${PYTHON_DEPS} + $(python_gen_any_dep 'dev-python/passlib[${PYTHON_USEDEP}]') + )" # Gentoo CI complained about not having this RESTRICT="!test? ( test )" @@ -84,7 +87,7 @@ src_compile() { } multilib_src_test() { - multibuild_foreach_variant run_in_build_dir emake check + emake check } src_test() { -- 2.26.2