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 1CCE4158089 for ; Tue, 24 Oct 2023 09:14:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4381F2BC013; Tue, 24 Oct 2023 09:14:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 285362BC013 for ; Tue, 24 Oct 2023 09:14:25 +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 39CD7335C7E for ; Tue, 24 Oct 2023 09:14:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA80F1295 for ; Tue, 24 Oct 2023 09:14:22 +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: <1698138812.bee88a40ada62bee5ceed44d669cca085e76a141.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild X-VCS-Directories: dev-util/bitcoin-tx/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: bee88a40ada62bee5ceed44d669cca085e76a141 X-VCS-Branch: master Date: Tue, 24 Oct 2023 09:14:22 +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: 70d956da-26d2-4c00-94fe-432f8ccd8ad0 X-Archives-Hash: 0138943f54312debf38673ad8bcc4f07 commit: bee88a40ada62bee5ceed44d669cca085e76a141 Author: Joonas Niilola gentoo org> AuthorDate: Tue Oct 24 09:13:32 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Oct 24 09:13:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee88a40 dev-util/bitcoin-tx: Stabilize 25.1 amd64, #902099 Signed-off-by: Joonas Niilola gentoo.org> dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild index 7593d8a0097f..904995f95e7f 100644 --- a/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild +++ b/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild @@ -8,6 +8,6 @@ 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" RDEPEND="~net-p2p/bitcoin-core-${PV}"