From 51797896c5d13a6acc2679d344c2df5d98d3cfc5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Aug 2022 05:19:02 +0100 Subject: sys-auth/pambase: fix PythonHasVersionUsage Signed-off-by: Sam James --- sys-auth/pambase/pambase-20210201.1.ebuild | 4 ++-- sys-auth/pambase/pambase-20211218-r1.ebuild | 4 ++-- sys-auth/pambase/pambase-20220214.ebuild | 2 +- sys-auth/pambase/pambase-999999999.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys-auth') diff --git a/sys-auth/pambase/pambase-20210201.1.ebuild b/sys-auth/pambase/pambase-20210201.1.ebuild index 6b1d2ac83aa1..e0e310c95346 100644 --- a/sys-auth/pambase/pambase-20210201.1.ebuild +++ b/sys-auth/pambase/pambase-20210201.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 @@ -59,7 +59,7 @@ BDEPEND="$(python_gen_any_dep ' ')" python_check_deps() { - has_version -b "dev-python/jinja[${PYTHON_USEDEP}]" + python_has_version "dev-python/jinja[${PYTHON_USEDEP}]" } src_configure() { diff --git a/sys-auth/pambase/pambase-20211218-r1.ebuild b/sys-auth/pambase/pambase-20211218-r1.ebuild index 5719f207d53a..ba3e8d54e3bd 100644 --- a/sys-auth/pambase/pambase-20211218-r1.ebuild +++ b/sys-auth/pambase/pambase-20211218-r1.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 @@ -61,7 +61,7 @@ BDEPEND="$(python_gen_any_dep ' ')" python_check_deps() { - has_version -b "dev-python/jinja[${PYTHON_USEDEP}]" + python_has_version "dev-python/jinja[${PYTHON_USEDEP}]" } src_configure() { diff --git a/sys-auth/pambase/pambase-20220214.ebuild b/sys-auth/pambase/pambase-20220214.ebuild index 5df84a2476ea..a79f809c9a81 100644 --- a/sys-auth/pambase/pambase-20220214.ebuild +++ b/sys-auth/pambase/pambase-20220214.ebuild @@ -61,7 +61,7 @@ BDEPEND="$(python_gen_any_dep ' ')" python_check_deps() { - has_version -b "dev-python/jinja[${PYTHON_USEDEP}]" + python_has_version "dev-python/jinja[${PYTHON_USEDEP}]" } src_configure() { diff --git a/sys-auth/pambase/pambase-999999999.ebuild b/sys-auth/pambase/pambase-999999999.ebuild index bba44a4d969c..9273a5d4f6e3 100644 --- a/sys-auth/pambase/pambase-999999999.ebuild +++ b/sys-auth/pambase/pambase-999999999.ebuild @@ -61,7 +61,7 @@ BDEPEND="$(python_gen_any_dep ' ')" python_check_deps() { - has_version -b "dev-python/jinja[${PYTHON_USEDEP}]" + python_has_version "dev-python/jinja[${PYTHON_USEDEP}]" } src_configure() { -- cgit v1.2.3-65-gdbad