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>
This commit is contained in:
Michał Górny
2023-12-17 17:02:26 +01:00
parent dd7a0ad447
commit 1de89ef8f8
15 changed files with 1 additions and 22 deletions

View File

@@ -10,7 +10,6 @@
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="asm">Enable assembly modules</flag>
<flag name="cpu_flags_x86_padlock">Use VIA padlock instructions,
detected at run time, code still works on non-padlock processors</flag>
</use>

View File

@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<use>
<flag name="asm">Enable assembly for optimization</flag>
</use>
<maintainer type="person">
<email>gokturk@gentoo.org</email>
<name>Göktürk Yüksek</name>

View File

@@ -5,9 +5,6 @@
<email>sam@gentoo.org</email>
<name>Sam James</name>
</maintainer>
<use>
<flag name="asm">Support assembly hand optimized crypto functions (i.e. faster run time)</flag>
</use>
<upstream>
<remote-id type="github">weidai11/cryptopp</remote-id>
</upstream>

View File

@@ -6,7 +6,6 @@
<name>Gentoo Toolchain Project</name>
</maintainer>
<use>
<flag name="asm">Enable use of hand optimized assembly routines (faster execution)</flag>
<flag name="cpudetection">
Enables runtime CPU detection (useful for binpkgs, compatibility on other CPUs).

View File

@@ -9,7 +9,6 @@
<remote-id type="cpe">cpe:/a:gnupg:libgcrypt</remote-id>
</upstream>
<use>
<flag name="asm">Enable assembly for optimization</flag>
<flag name="getentropy">Use getentropy function to obtain randomness from the kernel</flag>
</use>
</pkgmetadata>

View File

@@ -14,7 +14,6 @@
packageable fork of NaCl, with a compatible API.
</longdescription>
<use>
<flag name="asm">Enables assembly implementations</flag>
<flag name="urandom">Use /dev/urandom instead of /dev/random</flag>
</use>
<upstream>

View File

@@ -9,7 +9,4 @@
<remote-id type="cpe">cpe:/a:nettle_project:nettle</remote-id>
<remote-id type="github">gnutls/nettle</remote-id>
</upstream>
<use>
<flag name="asm">Support assembly hand optimized crypto functions (i.e. faster run time)</flag>
</use>
</pkgmetadata>

View File

@@ -6,7 +6,6 @@
<name>Gentoo Base System</name>
</maintainer>
<use>
<flag name="asm">Support assembly hand optimized crypto functions (i.e. faster run time)</flag>
<flag name="bindist">Disable/Restrict EC algorithms (as they seem to be patented) -- note: changes the ABI</flag>
<flag name="rfc3779">Enable support for RFC 3779 (X.509 Extensions for IP Addresses and AS Identifiers)</flag>
<flag name="sslv2">Support for the old/insecure SSLv2 protocol -- note: not required for TLS/https</flag>

View File

@@ -6,7 +6,6 @@
<name>Gentoo Base System</name>
</maintainer>
<use>
<flag name="asm">Support assembly hand optimized crypto functions (i.e. faster run time)</flag>
<flag name="bindist">Disable/Restrict EC algorithms (as they seem to be patented) -- note: changes the ABI</flag>
<flag name="fips">Enable FIPS provider</flag>
<flag name="ktls">Enable support for Kernel implementation of TLS (kTLS)</flag>

View File

@@ -7,7 +7,6 @@
<use>
<flag name="8bit">Add support for decoding 8-bit AV1.</flag>
<flag name="10bit">Add support for building 10-bit and 12-bit AV1.</flag>
<flag name="asm">Enable custom assembly for faster decoding.</flag>
<flag name="xxhash">Enable <pkg>dev-libs/xxhash</pkg> support for hashing muxer</flag>
</use>
<upstream>

View File

@@ -9,9 +9,6 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="asm">Enable assembly for optimization</flag>
</use>
<upstream>
<remote-id type="github">bitcoin/bitcoin</remote-id>
<remote-id type="github">bitcoinknots/bitcoin</remote-id>

View File

@@ -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>

View File

@@ -10,7 +10,6 @@
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="asm">Enable assembly for optimization</flag>
<flag name="external-signer">Include support for external wallet signer programs</flag>
<flag name="nat-pmp">Enable NAT-PMP port forwarding</flag>
<flag name="qrcode">Enable generation of QR Codes for receiving payments</flag>

View File

@@ -10,7 +10,6 @@
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="asm">Enable assembly for optimization</flag>
<flag name="external-signer">Include support for external wallet signer programs</flag>
<flag name="nat-pmp">Enable NAT-PMP port forwarding</flag>
<flag name="systemtap">Enable SystemTAP/DTrace tracing</flag>

View File

@@ -17,6 +17,7 @@ alsa - Add support for media-libs/alsa-lib (Advanced Linux Sound Architecture)
ao - Use libao audio output library for sound playback
apache2 - Add Apache2 support
aqua - Include support for the Mac OS X Aqua (Carbon/Cocoa) GUI
asm - Enable using assembly for optimization
atm - Enable Asynchronous Transfer Mode protocol support
apparmor - Enable support for the AppArmor application security system
appindicator - Build in support for notifications using the libindicate or libappindicator plugin