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 BBEC415808B for ; Fri, 1 Apr 2022 08:44:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC6A6E0718; Fri, 1 Apr 2022 08:44:08 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAC0DE0718 for ; Fri, 1 Apr 2022 08:44:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 106B93412FC for ; Fri, 1 Apr 2022 08:44:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63519AF for ; Fri, 1 Apr 2022 08:44:02 +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: <1648802635.708397d9e402dbcb8c33846aacded37331b7fa24.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible-lint/ansible-lint-6.0.2.ebuild X-VCS-Directories: app-admin/ansible-lint/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 708397d9e402dbcb8c33846aacded37331b7fa24 X-VCS-Branch: master Date: Fri, 1 Apr 2022 08:44:02 +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: 4c13e702-371c-41cf-b9cf-27cb44d68b97 X-Archives-Hash: 322b4e13b5870ebc736206909b187592 commit: 708397d9e402dbcb8c33846aacded37331b7fa24 Author: Marek Szuba gentoo org> AuthorDate: Fri Apr 1 08:43:07 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Apr 1 08:43:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708397d9 app-admin/ansible-lint-6.0.2: set PROPERTIES="test_network" Closes: https://bugs.gentoo.org/836582 Signed-off-by: Marek Szuba gentoo.org> app-admin/ansible-lint/ansible-lint-6.0.2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-admin/ansible-lint/ansible-lint-6.0.2.ebuild b/app-admin/ansible-lint/ansible-lint-6.0.2.ebuild index 4acb496bb6ba..e8d11233f9d4 100644 --- a/app-admin/ansible-lint/ansible-lint-6.0.2.ebuild +++ b/app-admin/ansible-lint/ansible-lint-6.0.2.ebuild @@ -17,6 +17,11 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~riscv" +# As of 6.0.2, access to Ansible Galaxy (i.e. the Internet) is required even to get +# the test suite started (Bug #836582). TODO: Talk to upstream about how to bypass this. +PROPERTIES="test_network" +RESTRICT="test" + RDEPEND=" >=app-admin/ansible-base-2.12.0[${PYTHON_USEDEP}] >=dev-python/ansible-compat-2.0.2[${PYTHON_USEDEP}]