diff options
author | Sam James <sam@gentoo.org> | 2024-12-10 15:21:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-10 15:21:49 +0000 |
commit | 1449b2acf10ac6d729ba6c50d9371a0f6a6bb79c (patch) | |
tree | fd6e7203512ee14d18f1d12cc17fe6e0074c51a9 /net-p2p | |
parent | net-p2p/bitcoin-core: Stabilize 28.0 arm, #946195 (diff) | |
download | gentoo-1449b2acf10ac6d729ba6c50d9371a0f6a6bb79c.tar.gz gentoo-1449b2acf10ac6d729ba6c50d9371a0f6a6bb79c.tar.bz2 gentoo-1449b2acf10ac6d729ba6c50d9371a0f6a6bb79c.zip |
net-p2p/bitcoin-core: Stabilize 28.0 arm64, #946195
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin-core/bitcoin-core-28.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoin-core/bitcoin-core-28.0.ebuild b/net-p2p/bitcoin-core/bitcoin-core-28.0.ebuild index 90a131cf166a..9f25896321b6 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-28.0.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-28.0.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${PN/-core}-${PV/_rc/rc}" LICENSE="MIT" SLOT="0" if [[ "${PV}" != *_rc* ]] ; then - KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" fi IUSE="+asm +berkdb +cli +daemon dbus examples +external-signer gui kde +man nat-pmp +qrcode +sqlite system-leveldb +system-libsecp256k1 systemtap test test-full upnp zeromq" RESTRICT="!test? ( test )" |