diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-17 17:02:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-18 19:52:39 +0100 |
commit | 1de89ef8f83a38d45f3f7435d1ec55027be5b394 (patch) | |
tree | 360591aa92d1cf353d80bd467f1a46d6a6b4abca /net-p2p/bitcoin-core | |
parent | profiles/use.desc: Make USE=egl global (diff) | |
download | gentoo-1de89ef8f83a38d45f3f7435d1ec55027be5b394.tar.gz gentoo-1de89ef8f83a38d45f3f7435d1ec55027be5b394.tar.bz2 gentoo-1de89ef8f83a38d45f3f7435d1ec55027be5b394.zip |
profiles/use.desc: Make USE=asm global
Add a global USE=asm. It is used consistently in 16 packages.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34330
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-p2p/bitcoin-core')
-rw-r--r-- | net-p2p/bitcoin-core/metadata.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-p2p/bitcoin-core/metadata.xml b/net-p2p/bitcoin-core/metadata.xml index 6e6d7e4563b0..bd1fb933e02c 100644 --- a/net-p2p/bitcoin-core/metadata.xml +++ b/net-p2p/bitcoin-core/metadata.xml @@ -10,7 +10,6 @@ <name>Proxy Maintainers</name> </maintainer> <use> - <flag name="asm">Enable assembly for optimization</flag> <flag name="berkdb">Support legacy wallets in Berkeley DB format</flag> <flag name="bitcoin-cli">Build and install bitcoin-cli command line interface</flag> <flag name="daemon">Build and install bitcoind daemon</flag> |