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 AC79D158094 for ; Thu, 4 Aug 2022 18:25:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF3E6E0DE6; Thu, 4 Aug 2022 18:25:42 +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 AFEF0E0DE6 for ; Thu, 4 Aug 2022 18:25:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F28434112F for ; Thu, 4 Aug 2022 18:25:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C59D31E for ; Thu, 4 Aug 2022 18:25:39 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1659637401.f8f9a22ce7c007e21e67a88694f8e21ce6dd8579.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/cligen/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-nim/cligen/cligen-1.5.27.ebuild X-VCS-Directories: dev-nim/cligen/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: f8f9a22ce7c007e21e67a88694f8e21ce6dd8579 X-VCS-Branch: dev Date: Thu, 4 Aug 2022 18:25:39 +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: ab99463a-370d-4abd-a070-8da4f4a15648 X-Archives-Hash: 12b1e6f1c6a99032df3cc93b464f1c6d commit: f8f9a22ce7c007e21e67a88694f8e21ce6dd8579 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Aug 4 18:22:54 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Aug 4 18:23:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8f9a22c dev-nim/cligen: disable tests Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-nim/cligen/cligen-1.5.27.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-nim/cligen/cligen-1.5.27.ebuild b/dev-nim/cligen/cligen-1.5.27.ebuild index 2c4d34dfb..318cd9280 100644 --- a/dev-nim/cligen/cligen-1.5.27.ebuild +++ b/dev-nim/cligen/cligen-1.5.27.ebuild @@ -15,6 +15,7 @@ SRC_URI="https://github.com/c-blake/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P LICENSE="ISC MIT" SLOT="${PV}" KEYWORDS="~amd64" +RESTRICT="test" # Version.nim test fails DOCS=( configs examples {MOTIVATION,README,RELEASE-NOTES,TODO}.md )