From 289f1b26cc418e64d838c0014e838c56fa368c8a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Aug 2022 20:39:37 +0100 Subject: gentoo auto-resync : 20:08:2022 - 20:39:37 --- sys-fs/unionfs-fuse/unionfs-fuse-2.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys-fs/unionfs-fuse/unionfs-fuse-2.1.ebuild') diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-2.1.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-2.1.ebuild index 329020ca1173..3d24e51be9c0 100644 --- a/sys-fs/unionfs-fuse/unionfs-fuse-2.1.ebuild +++ b/sys-fs/unionfs-fuse/unionfs-fuse-2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -17,7 +17,8 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="sys-fs/fuse:0" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" test? ( $(python_gen_any_dep 'dev-python/pytest[${PYTHON_USEDEP}]') ) @@ -29,7 +30,7 @@ pkg_setup() { python_check_deps() { use test || return 0 - has_version "dev-python/pytest[${PYTHON_USEDEP}]" + python_has_version "dev-python/pytest[${PYTHON_USEDEP}]" } src_compile() { -- cgit v1.2.3