From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6DFB158B20 for ; Wed, 05 Feb 2025 10:52:04 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 510203431A7 for ; Wed, 05 Feb 2025 10:50:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 43E1C110482; Wed, 05 Feb 2025 10:48:54 +0000 (UTC) Received: from mail-40131.protonmail.ch (mail-40131.protonmail.ch [185.70.40.131]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 544E111046F for ; Wed, 05 Feb 2025 10:48:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1738752527; x=1739011727; bh=hu9ckKfhTNTOSEwKHul1t1IKhW1h0+iiolFhCsUhu+g=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector:List-Unsubscribe:List-Unsubscribe-Post; b=OFnrVmDH8d2+RxPvJi2tEPp/CIejBLS7HmwWHCPOmonFqW3EAXGDQE97sgL5+q54b iIth+UcCYdZtl0yXwHV5bKcEhYfGzOJhEeZ5APeAFZAVvW7OTbz+Xd04z+A5C3QWUa KU9l6GdlGyH3p+zMH7Yr3tDCKw93w8+9GHDyUttJCG4ZBB5Vc8XbwNhcq9Glr6qwuF zxM/9bDmvqP2Y9NDwmKIaOwJtVp+Tz9o6gm3+Yh+5QRByof2jZQIlsnv3gXYTVRVRF DDUUEBNdHvA2Rl3SuiZQBXBzUYp/fujM9jjBksl6bmO8XcDb/Kzfd1slJAh7OfOsXC f+MnEvPUH1wVQ== Date: Wed, 05 Feb 2025 10:48:42 +0000 To: gentoo-dev@lists.gentoo.org From: Filip Kobierski Cc: Filip Kobierski Subject: [gentoo-dev] [PATCH] profiles: Add a global USE=sndio Message-ID: <20250205104759.14918-3-fkobi@pm.me> In-Reply-To: <4S-zeMjcDD7SBwDap03zYCTA-79PKhoC__InlThOVmO7S4AuKD-nY-qXk67CnG4PmxIDh0yPiE4aut6Qb51tPAFJHGvNQvb8Uk2JfOyPPtQ=@pm.me> References: <4S-zeMjcDD7SBwDap03zYCTA-79PKhoC__InlThOVmO7S4AuKD-nY-qXk67CnG4PmxIDh0yPiE4aut6Qb51tPAFJHGvNQvb8Uk2JfOyPPtQ=@pm.me> Feedback-ID: 115236665:user:proton X-Pm-Message-ID: f53615b2c410e7a25e95ec32fa81d4bd554b5b77 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: quoted-printable X-Archives-Salt: 099d3dde-7085-40ad-ae6a-7fb378d7cee1 X-Archives-Hash: b65e58f4ff17a1e66290cb0916b0fc26 Signed-off-by: Filip Kobierski --- profiles/use.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/use.desc b/profiles/use.desc index 36468b321dd..18ca3828786 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -305,6 +305,7 @@ smartcard - Enable smartcard support smp - Enable support for multiprocessors or multicore systems snappy - Enable support for Snappy compression (as implemented in app-arch= /snappy) sndfile - Add support for libsndfile +sndio - Add support for OpenBSD's sndio audio & MIDI backend snmp - Add support for the Simple Network Management Protocol if available soap - Add support for SOAP (Simple Object Access Protocol) sockets - Add support for tcp/ip sockets --=20 2.45.3