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 18196158030 for ; Sun, 26 Feb 2023 18:27:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 381BBE08BB; Sun, 26 Feb 2023 18:27:12 +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 197FAE08BB for ; Sun, 26 Feb 2023 18:27:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20470340DDF for ; Sun, 26 Feb 2023 18:27:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3A9F8C1 for ; Sun, 26 Feb 2023 18:27:09 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1677436016.c82c996bedb2fa0ccf10df3cc55ec5326107196f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/nim/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/nim/nim-1.6.10-r2.ebuild X-VCS-Directories: dev-lang/nim/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c82c996bedb2fa0ccf10df3cc55ec5326107196f X-VCS-Branch: master Date: Sun, 26 Feb 2023 18:27:09 +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: 3f35d3f0-90b0-4aef-8e7e-a0a5aec23e04 X-Archives-Hash: a0cce2f46b2a25bad53ce5fa65e95d9d commit: c82c996bedb2fa0ccf10df3cc55ec5326107196f Author: Arthur Zamarin gentoo org> AuthorDate: Sun Feb 26 18:26:56 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Feb 26 18:26:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82c996b dev-lang/nim: Stabilize 1.6.10-r2 amd64, #893564 Signed-off-by: Arthur Zamarin gentoo.org> dev-lang/nim/nim-1.6.10-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/nim/nim-1.6.10-r2.ebuild b/dev-lang/nim/nim-1.6.10-r2.ebuild index 5bbd9b8328f5..282de83f53e2 100644 --- a/dev-lang/nim/nim-1.6.10-r2.ebuild +++ b/dev-lang/nim/nim-1.6.10-r2.ebuild @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="doc experimental test-js test" RESTRICT="!test? ( test )"