diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2019-11-06 22:03:03 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-11-06 22:03:32 -0800 |
commit | a9e1355af06fa76e027af8d9fca4df2d770a372f (patch) | |
tree | 789e08ad000fa6ff81d681962d68e422ab5da31d /sys-libs | |
parent | dev-go/delve: yank version 1.0.0 (diff) | |
download | gentoo-a9e1355af06fa76e027af8d9fca4df2d770a372f.tar.gz gentoo-a9e1355af06fa76e027af8d9fca4df2d770a372f.tar.bz2 gentoo-a9e1355af06fa76e027af8d9fca4df2d770a372f.zip |
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 <chutzpah@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.10-r1.ebuild | 7 |
1 files 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() { |