From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id D79311582EF for ; Mon, 10 Mar 2025 11:42:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B8D4334312A for ; Mon, 10 Mar 2025 11:42:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 30E111103C2; Mon, 10 Mar 2025 11:42:01 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 294DF1103AC for ; Mon, 10 Mar 2025 11:42:01 +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 CE5273430BE for ; Mon, 10 Mar 2025 11:42:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61D3A28AE for ; Mon, 10 Mar 2025 11:41:59 +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: <1741606892.44d90a596f81eb33b04aad0f2153a10b5bcb0a90.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/jingoo/jingoo-1.5.0.ebuild X-VCS-Directories: dev-ml/jingoo/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 44d90a596f81eb33b04aad0f2153a10b5bcb0a90 X-VCS-Branch: master Date: Mon, 10 Mar 2025 11:41:59 +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: a32147c3-1b26-4575-bd02-cfdf4a0f1a22 X-Archives-Hash: 29ba801c5122e6d6dcb9c9173a908292 commit: 44d90a596f81eb33b04aad0f2153a10b5bcb0a90 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Mar 10 11:41:32 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Mar 10 11:41:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d90a59 dev-ml/jingoo: Stabilize 1.5.0 arm64, #951104 Signed-off-by: Arthur Zamarin gentoo.org> dev-ml/jingoo/jingoo-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/jingoo/jingoo-1.5.0.ebuild b/dev-ml/jingoo/jingoo-1.5.0.ebuild index 5b520a215fec..cd684730d843 100644 --- a/dev-ml/jingoo/jingoo-1.5.0.ebuild +++ b/dev-ml/jingoo/jingoo-1.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/tategakibunko/${PN}/archive/refs/tags/${PV}.tar.gz LICENSE="ISC" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 arm64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )"