mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-libs/criterion: fix python_has_version
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -36,7 +36,9 @@ DEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-libs/boxfort-0.1.4
|
||||
test? (
|
||||
$(python_gen_any_dep 'dev-util/cram[${PYTHON_USEDEP}]')
|
||||
$(python_gen_any_dep '
|
||||
dev-util/cram[${PYTHON_USEDEP}]
|
||||
')
|
||||
)
|
||||
"
|
||||
BDEPEND="
|
||||
@@ -45,7 +47,7 @@ BDEPEND="
|
||||
"
|
||||
|
||||
python_check_deps() {
|
||||
python_has_version -d 'dev-util/cram[${PYTHON_USEDEP}]'
|
||||
python_has_version -d "dev-util/cram[${PYTHON_USEDEP}]"
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
|
||||
Reference in New Issue
Block a user