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 40CC7158015 for ; Sun, 17 Dec 2023 16:08:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B38492BC0C1; Sun, 17 Dec 2023 16:06:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 605E32BC0BE for ; Sun, 17 Dec 2023 16:06:12 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 8/8] profiles/use.desc: Make USE=asm global Date: Sun, 17 Dec 2023 17:05:32 +0100 Message-ID: <20231217160557.17569-9-mgorny@gentoo.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20231217160557.17569-1-mgorny@gentoo.org> References: <20231217160557.17569-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 6e962d2d-b9ae-4564-97b9-76592743ff81 X-Archives-Hash: 404f50a17ea8b485f8bb742068842079 Add a global USE=asm. It is used consistently in 16 packages. Signed-off-by: Michał Górny --- app-crypt/aespipe/metadata.xml | 1 - app-crypt/veracrypt/metadata.xml | 3 --- dev-libs/crypto++/metadata.xml | 3 --- dev-libs/gmp/metadata.xml | 1 - dev-libs/libgcrypt/metadata.xml | 1 - dev-libs/libsodium/metadata.xml | 1 - dev-libs/nettle/metadata.xml | 3 --- dev-libs/openssl-compat/metadata.xml | 1 - dev-libs/openssl/metadata.xml | 1 - media-libs/dav1d/metadata.xml | 1 - net-libs/libbitcoinconsensus/metadata.xml | 3 --- net-p2p/bitcoin-core/metadata.xml | 1 - net-p2p/bitcoin-qt/metadata.xml | 1 - net-p2p/bitcoind/metadata.xml | 1 - profiles/use.desc | 1 + 15 files changed, 1 insertion(+), 22 deletions(-) diff --git a/app-crypt/aespipe/metadata.xml b/app-crypt/aespipe/metadata.xml index a42cf0ee901f..8acb6c031cb7 100644 --- a/app-crypt/aespipe/metadata.xml +++ b/app-crypt/aespipe/metadata.xml @@ -10,7 +10,6 @@ Proxy Maintainers - Enable assembly modules Use VIA padlock instructions, detected at run time, code still works on non-padlock processors diff --git a/app-crypt/veracrypt/metadata.xml b/app-crypt/veracrypt/metadata.xml index 656d4d1ad68c..baec785c468c 100644 --- a/app-crypt/veracrypt/metadata.xml +++ b/app-crypt/veracrypt/metadata.xml @@ -1,9 +1,6 @@ - - Enable assembly for optimization - gokturk@gentoo.org Göktürk Yüksek diff --git a/dev-libs/crypto++/metadata.xml b/dev-libs/crypto++/metadata.xml index 0d69ce7acf1c..350684939bd1 100644 --- a/dev-libs/crypto++/metadata.xml +++ b/dev-libs/crypto++/metadata.xml @@ -5,9 +5,6 @@ sam@gentoo.org Sam James - - Support assembly hand optimized crypto functions (i.e. faster run time) - weidai11/cryptopp diff --git a/dev-libs/gmp/metadata.xml b/dev-libs/gmp/metadata.xml index 591e777c6165..c85682bf90a4 100644 --- a/dev-libs/gmp/metadata.xml +++ b/dev-libs/gmp/metadata.xml @@ -6,7 +6,6 @@ Gentoo Toolchain Project - Enable use of hand optimized assembly routines (faster execution) Enables runtime CPU detection (useful for binpkgs, compatibility on other CPUs). diff --git a/dev-libs/libgcrypt/metadata.xml b/dev-libs/libgcrypt/metadata.xml index 33d811c69f22..8d42c0b262c0 100644 --- a/dev-libs/libgcrypt/metadata.xml +++ b/dev-libs/libgcrypt/metadata.xml @@ -9,7 +9,6 @@ cpe:/a:gnupg:libgcrypt - Enable assembly for optimization Use getentropy function to obtain randomness from the kernel diff --git a/dev-libs/libsodium/metadata.xml b/dev-libs/libsodium/metadata.xml index 0b0b71123240..2b16ac29aaae 100644 --- a/dev-libs/libsodium/metadata.xml +++ b/dev-libs/libsodium/metadata.xml @@ -14,7 +14,6 @@ packageable fork of NaCl, with a compatible API. - Enables assembly implementations Use /dev/urandom instead of /dev/random diff --git a/dev-libs/nettle/metadata.xml b/dev-libs/nettle/metadata.xml index 62b7968b920a..bb86443f7022 100644 --- a/dev-libs/nettle/metadata.xml +++ b/dev-libs/nettle/metadata.xml @@ -9,7 +9,4 @@ cpe:/a:nettle_project:nettle gnutls/nettle - - Support assembly hand optimized crypto functions (i.e. faster run time) - diff --git a/dev-libs/openssl-compat/metadata.xml b/dev-libs/openssl-compat/metadata.xml index 218be0371088..bfc9fa7650db 100644 --- a/dev-libs/openssl-compat/metadata.xml +++ b/dev-libs/openssl-compat/metadata.xml @@ -6,7 +6,6 @@ Gentoo Base System - Support assembly hand optimized crypto functions (i.e. faster run time) Disable/Restrict EC algorithms (as they seem to be patented) -- note: changes the ABI Enable support for RFC 3779 (X.509 Extensions for IP Addresses and AS Identifiers) Support for the old/insecure SSLv2 protocol -- note: not required for TLS/https diff --git a/dev-libs/openssl/metadata.xml b/dev-libs/openssl/metadata.xml index bb40ddbf82df..bbf8686ec6e9 100644 --- a/dev-libs/openssl/metadata.xml +++ b/dev-libs/openssl/metadata.xml @@ -6,7 +6,6 @@ Gentoo Base System - Support assembly hand optimized crypto functions (i.e. faster run time) Disable/Restrict EC algorithms (as they seem to be patented) -- note: changes the ABI Enable FIPS provider Enable support for Kernel implementation of TLS (kTLS) diff --git a/media-libs/dav1d/metadata.xml b/media-libs/dav1d/metadata.xml index c294a18ab310..1c714a6a3baf 100644 --- a/media-libs/dav1d/metadata.xml +++ b/media-libs/dav1d/metadata.xml @@ -7,7 +7,6 @@ Add support for decoding 8-bit AV1. Add support for building 10-bit and 12-bit AV1. - Enable custom assembly for faster decoding. Enable dev-libs/xxhash support for hashing muxer diff --git a/net-libs/libbitcoinconsensus/metadata.xml b/net-libs/libbitcoinconsensus/metadata.xml index 88aab8a9fbb7..9eab793a582a 100644 --- a/net-libs/libbitcoinconsensus/metadata.xml +++ b/net-libs/libbitcoinconsensus/metadata.xml @@ -9,9 +9,6 @@ proxy-maint@gentoo.org Proxy Maintainers - - Enable assembly for optimization - bitcoin/bitcoin bitcoinknots/bitcoin 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 @@ Proxy Maintainers - Enable assembly for optimization Support legacy wallets in Berkeley DB format Build and install bitcoin-cli command line interface Build and install bitcoind daemon diff --git a/net-p2p/bitcoin-qt/metadata.xml b/net-p2p/bitcoin-qt/metadata.xml index 38988d49b0e2..6a03780bc782 100644 --- a/net-p2p/bitcoin-qt/metadata.xml +++ b/net-p2p/bitcoin-qt/metadata.xml @@ -10,7 +10,6 @@ Proxy Maintainers - Enable assembly for optimization Include support for external wallet signer programs Enable NAT-PMP port forwarding Enable generation of QR Codes for receiving payments diff --git a/net-p2p/bitcoind/metadata.xml b/net-p2p/bitcoind/metadata.xml index 722f2a18a376..5126e22fdc07 100644 --- a/net-p2p/bitcoind/metadata.xml +++ b/net-p2p/bitcoind/metadata.xml @@ -10,7 +10,6 @@ Proxy Maintainers - Enable assembly for optimization Include support for external wallet signer programs Enable NAT-PMP port forwarding Enable SystemTAP/DTrace tracing diff --git a/profiles/use.desc b/profiles/use.desc index 70a1dcced54a..98efa67a8983 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -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 -- 2.43.0