From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 977E0158087 for ; Fri, 26 Nov 2021 10:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D46E82BC002; Fri, 26 Nov 2021 10:20:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D9202BC001 for ; Fri, 26 Nov 2021 10:20:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12AEB3431F8 for ; Fri, 26 Nov 2021 10:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95D2D1DA for ; Fri, 26 Nov 2021 10:20:32 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1637922027.54c5da4d1c86a9620c3b49c4e16b2797f5e1906e.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/yadm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/yadm/yadm-2.4.0.ebuild X-VCS-Directories: app-admin/yadm/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 54c5da4d1c86a9620c3b49c4e16b2797f5e1906e X-VCS-Branch: master Date: Fri, 26 Nov 2021 10:20:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43e52032-059f-42f2-bc7d-5bfa5ea312e8 X-Archives-Hash: 91d0080a01bd96e78f785cb8b077e3ae commit: 54c5da4d1c86a9620c3b49c4e16b2797f5e1906e Author: Marek Szuba gentoo org> AuthorDate: Fri Nov 26 10:19:19 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Nov 26 10:20:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c5da4d app-admin/yadm: update the comment about yamllint dev-util/yamllint _is_ in the tree now, however yadm requires a specific - and rather old - version. Signed-off-by: Marek Szuba gentoo.org> app-admin/yadm/yadm-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/yadm/yadm-2.4.0.ebuild b/app-admin/yadm/yadm-2.4.0.ebuild index b056f1e5a96a..f2ab5c0fc2b1 100644 --- a/app-admin/yadm/yadm-2.4.0.ebuild +++ b/app-admin/yadm/yadm-2.4.0.ebuild @@ -46,7 +46,7 @@ src_compile() { src_test() { # test_encryption: needs write access to /tmp # test_alt, test_compat_jinja, test_unit_template_j2: needs envtpl - # test_syntax: needs yamllint (not packaged) + # test_syntax: needs =dev-util/yamllint-1.17.0 (not packaged) # test_compat_alt: known broken, tests deprecated features # test_compat_jinja: needs envtpl rm -v test/test_encryption.py || die