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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D59661584F2 for ; Sat, 15 Mar 2025 16:42:55 +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 C38AA3431DF for ; Sat, 15 Mar 2025 16:42:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5739A1103C8; Sat, 15 Mar 2025 16:42:49 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 4C3E11103C8 for ; Sat, 15 Mar 2025 16:42:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 049423430CD for ; Sat, 15 Mar 2025 16:42:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51E7D2082 for ; Sat, 15 Mar 2025 16:42:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1742056965.a3d6d732e6be7dfb830df1c8a36251e8709b3c2b.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmix/kmix-9999.ebuild X-VCS-Directories: kde-apps/kmix/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a3d6d732e6be7dfb830df1c8a36251e8709b3c2b X-VCS-Branch: master Date: Sat, 15 Mar 2025 16:42:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ddacf0d5-2a48-4bd2-ac6b-a7da507b4fa4 X-Archives-Hash: 1d07153a22615f03c5ea81cd1105049c commit: a3d6d732e6be7dfb830df1c8a36251e8709b3c2b Author: Sam James gentoo org> AuthorDate: Sat Mar 15 16:42:40 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 15 16:42:45 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3d6d732 kde-apps/kmix: add comment wrt automagic sndio See upstream commit 5075cc9502b2768471fd917671fd98bfe5b877cc. Not a priority as sndio is very uncommon on Linux (and Gentoo, of course) and there's a bunch of other automagic deps in packages. Signed-off-by: Sam James gentoo.org> kde-apps/kmix/kmix-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild index 4e953a7220..fc6db3e919 100644 --- a/kde-apps/kmix/kmix-9999.ebuild +++ b/kde-apps/kmix/kmix-9999.ebuild @@ -50,6 +50,7 @@ PATCHES=( src_configure() { local mycmakeargs=( + # XXX: sndio is maybe automagic since 5075cc9502b2768471fd917671fd98bfe5b877cc $(cmake_use_find_package alsa ALSA) $(cmake_use_find_package pulseaudio Canberra) $(cmake_use_find_package pulseaudio PulseAudio)