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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7EF56158042 for ; Tue, 15 Oct 2024 22:13:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42F67E07D4; Tue, 15 Oct 2024 22:13:04 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26E95E07D4 for ; Tue, 15 Oct 2024 22:13:04 +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 EF1A0342FEA for ; Tue, 15 Oct 2024 22:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C18A1E04 for ; Tue, 15 Oct 2024 22:13:01 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1729030352.70553efba012080ee71966e9c82e65be2be5c09e.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/faudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/faudio/faudio-24.10.ebuild X-VCS-Directories: app-emulation/faudio/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 70553efba012080ee71966e9c82e65be2be5c09e X-VCS-Branch: master Date: Tue, 15 Oct 2024 22:13:01 +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: 9fd7806f-7e06-4679-8f26-de49a1dd8c9a X-Archives-Hash: f314b21f69fe36b68c7bcbd4f80c4b8f commit: 70553efba012080ee71966e9c82e65be2be5c09e Author: Conrad Kostecki gentoo org> AuthorDate: Tue Oct 15 21:58:20 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Oct 15 22:12:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70553efb app-emulation/faudio: amd64 stable Signed-off-by: Conrad Kostecki gentoo.org> app-emulation/faudio/faudio-24.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/faudio/faudio-24.10.ebuild b/app-emulation/faudio/faudio-24.10.ebuild index e372ae484496..587f72856f98 100644 --- a/app-emulation/faudio/faudio-24.10.ebuild +++ b/app-emulation/faudio/faudio-24.10.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/FAudio-${PV}" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug dumpvoices test" RESTRICT="!test? ( test )"