Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/yadm/
Date: Fri, 26 Nov 2021 10:20:37
Message-Id: 1637922027.54c5da4d1c86a9620c3b49c4e16b2797f5e1906e.marecki@gentoo
1 commit: 54c5da4d1c86a9620c3b49c4e16b2797f5e1906e
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 26 10:19:19 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 26 10:20:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c5da4d
7
8 app-admin/yadm: update the comment about yamllint
9
10 dev-util/yamllint _is_ in the tree now, however yadm requires a specific
11 - and rather old - version.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 app-admin/yadm/yadm-2.4.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-admin/yadm/yadm-2.4.0.ebuild b/app-admin/yadm/yadm-2.4.0.ebuild
19 index b056f1e5a96a..f2ab5c0fc2b1 100644
20 --- a/app-admin/yadm/yadm-2.4.0.ebuild
21 +++ b/app-admin/yadm/yadm-2.4.0.ebuild
22 @@ -46,7 +46,7 @@ src_compile() {
23 src_test() {
24 # test_encryption: needs write access to /tmp
25 # test_alt, test_compat_jinja, test_unit_template_j2: needs envtpl
26 - # test_syntax: needs yamllint (not packaged)
27 + # test_syntax: needs =dev-util/yamllint-1.17.0 (not packaged)
28 # test_compat_alt: known broken, tests deprecated features
29 # test_compat_jinja: needs envtpl
30 rm -v test/test_encryption.py || die