diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-10-24 12:13:33 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-10-24 12:13:33 +0300 |
commit | 020013f9af9b8fb6867d36084d403471268a0c06 (patch) | |
tree | 6c3a0d25dedce3e06b7fa1b3e780deffd84e751d /net-p2p/bitcoin-core | |
parent | dev-libs/libsecp256k1: Stabilize 0.4.0 amd64, #902099 (diff) | |
download | gentoo-020013f9af9b8fb6867d36084d403471268a0c06.tar.gz gentoo-020013f9af9b8fb6867d36084d403471268a0c06.tar.bz2 gentoo-020013f9af9b8fb6867d36084d403471268a0c06.zip |
net-p2p/bitcoin-core: Stabilize 25.1 amd64, #902099
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-p2p/bitcoin-core')
-rw-r--r-- | net-p2p/bitcoin-core/bitcoin-core-25.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoin-core/bitcoin-core-25.1.ebuild b/net-p2p/bitcoin-core/bitcoin-core-25.1.ebuild index f512f8f4c517..99945cb2a26c 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-25.1.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-25.1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${P/-core}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" # IUSE="+cli" doesn't work due to https://bugs.gentoo.org/831045#c3 IUSE="+asm +berkdb +bitcoin-cli +daemon dbus examples +external-signer kde libs +man nat-pmp +qrcode gui +sqlite system-leveldb +system-libsecp256k1 systemtap test upnp zeromq" RESTRICT="!test? ( test )" |