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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 319F11581EC for ; Thu, 21 Nov 2024 23:06:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EA68E07F0; Thu, 21 Nov 2024 23:06:55 +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 5D8A8E07F0 for ; Thu, 21 Nov 2024 23:06:55 +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 58E0233BF41 for ; Thu, 21 Nov 2024 23:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FA5C1E04 for ; Thu, 21 Nov 2024 23:06:52 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1732230401.33290fc8df3acaf6e0036f14f3df24b0206a3bed.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-sha/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-sha/ocaml-sha-1.15.4.ebuild X-VCS-Directories: dev-ml/ocaml-sha/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 33290fc8df3acaf6e0036f14f3df24b0206a3bed X-VCS-Branch: master Date: Thu, 21 Nov 2024 23:06:52 +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: bdf7b6e2-ec2a-4eb1-b013-d108011e3ec5 X-Archives-Hash: 4bb6de9fa08502208dec9621a0628e6a commit: 33290fc8df3acaf6e0036f14f3df24b0206a3bed Author: Jakov Smolić gentoo org> AuthorDate: Thu Nov 21 23:06:41 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Nov 21 23:06:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33290fc8 dev-ml/ocaml-sha: Keyword 1.15.4 riscv, #944340 Signed-off-by: Jakov Smolić gentoo.org> dev-ml/ocaml-sha/ocaml-sha-1.15.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/ocaml-sha/ocaml-sha-1.15.4.ebuild b/dev-ml/ocaml-sha/ocaml-sha-1.15.4.ebuild index 3da8b2a1fbbe..875ab2f7209f 100644 --- a/dev-ml/ocaml-sha/ocaml-sha-1.15.4.ebuild +++ b/dev-ml/ocaml-sha/ocaml-sha-1.15.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/djs55/${PN}/releases/download/v${PV}/${MYP}.tbz" LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )"