Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pambase/
Date: Mon, 08 Aug 2022 06:08:53
Message-Id: 1659938918.51797896c5d13a6acc2679d344c2df5d98d3cfc5.sam@gentoo
1 commit: 51797896c5d13a6acc2679d344c2df5d98d3cfc5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 8 04:19:02 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 8 06:08:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51797896
7
8 sys-auth/pambase: fix PythonHasVersionUsage
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-auth/pambase/pambase-20210201.1.ebuild | 4 ++--
13 sys-auth/pambase/pambase-20211218-r1.ebuild | 4 ++--
14 sys-auth/pambase/pambase-20220214.ebuild | 2 +-
15 sys-auth/pambase/pambase-999999999.ebuild | 2 +-
16 4 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sys-auth/pambase/pambase-20210201.1.ebuild b/sys-auth/pambase/pambase-20210201.1.ebuild
19 index 6b1d2ac83aa1..e0e310c95346 100644
20 --- a/sys-auth/pambase/pambase-20210201.1.ebuild
21 +++ b/sys-auth/pambase/pambase-20210201.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -59,7 +59,7 @@ BDEPEND="$(python_gen_any_dep '
29 ')"
30
31 python_check_deps() {
32 - has_version -b "dev-python/jinja[${PYTHON_USEDEP}]"
33 + python_has_version "dev-python/jinja[${PYTHON_USEDEP}]"
34 }
35
36 src_configure() {
37
38 diff --git a/sys-auth/pambase/pambase-20211218-r1.ebuild b/sys-auth/pambase/pambase-20211218-r1.ebuild
39 index 5719f207d53a..ba3e8d54e3bd 100644
40 --- a/sys-auth/pambase/pambase-20211218-r1.ebuild
41 +++ b/sys-auth/pambase/pambase-20211218-r1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2021 Gentoo Authors
44 +# Copyright 1999-2022 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -61,7 +61,7 @@ BDEPEND="$(python_gen_any_dep '
49 ')"
50
51 python_check_deps() {
52 - has_version -b "dev-python/jinja[${PYTHON_USEDEP}]"
53 + python_has_version "dev-python/jinja[${PYTHON_USEDEP}]"
54 }
55
56 src_configure() {
57
58 diff --git a/sys-auth/pambase/pambase-20220214.ebuild b/sys-auth/pambase/pambase-20220214.ebuild
59 index 5df84a2476ea..a79f809c9a81 100644
60 --- a/sys-auth/pambase/pambase-20220214.ebuild
61 +++ b/sys-auth/pambase/pambase-20220214.ebuild
62 @@ -61,7 +61,7 @@ BDEPEND="$(python_gen_any_dep '
63 ')"
64
65 python_check_deps() {
66 - has_version -b "dev-python/jinja[${PYTHON_USEDEP}]"
67 + python_has_version "dev-python/jinja[${PYTHON_USEDEP}]"
68 }
69
70 src_configure() {
71
72 diff --git a/sys-auth/pambase/pambase-999999999.ebuild b/sys-auth/pambase/pambase-999999999.ebuild
73 index bba44a4d969c..9273a5d4f6e3 100644
74 --- a/sys-auth/pambase/pambase-999999999.ebuild
75 +++ b/sys-auth/pambase/pambase-999999999.ebuild
76 @@ -61,7 +61,7 @@ BDEPEND="$(python_gen_any_dep '
77 ')"
78
79 python_check_deps() {
80 - has_version -b "dev-python/jinja[${PYTHON_USEDEP}]"
81 + python_has_version "dev-python/jinja[${PYTHON_USEDEP}]"
82 }
83
84 src_configure() {