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 65DB0158089 for ; Tue, 24 Oct 2023 09:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60EE22BC034; Tue, 24 Oct 2023 09:14:27 +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 454A92BC034 for ; Tue, 24 Oct 2023 09:14:27 +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 0E23D335CE9 for ; Tue, 24 Oct 2023 09:14:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DD2A12BD for ; Tue, 24 Oct 2023 09:14:23 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1698138841.f73c10b1ccc159dd1286c9a4c0366a626ef07f97.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libbitcoinconsensus/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libbitcoinconsensus/libbitcoinconsensus-25.1.ebuild X-VCS-Directories: net-libs/libbitcoinconsensus/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f73c10b1ccc159dd1286c9a4c0366a626ef07f97 X-VCS-Branch: master Date: Tue, 24 Oct 2023 09:14:23 +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: bf9af379-945f-49b8-af7d-9ab4a48c7bac X-Archives-Hash: 76d8480ac3e8dafc9ba3f211c5d84aee commit: f73c10b1ccc159dd1286c9a4c0366a626ef07f97 Author: Joonas Niilola gentoo org> AuthorDate: Tue Oct 24 09:14:01 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Oct 24 09:14:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73c10b1 net-libs/libbitcoinconsensus: Stabilize 25.1 x86, #902099 Signed-off-by: Joonas Niilola gentoo.org> net-libs/libbitcoinconsensus/libbitcoinconsensus-25.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-25.1.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-25.1.ebuild index 47e376fbb99d..dc085cb36737 100644 --- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-25.1.ebuild +++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-25.1.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://bitcoincore.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+asm" RDEPEND="~net-p2p/bitcoin-core-${PV}[libs,asm=]"