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 EDD4E1582E8 for ; Sat, 18 May 2024 15:00:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A342FE29F0; Sat, 18 May 2024 15:00:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2A069E29EF for ; Sat, 18 May 2024 15:00:06 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74AE633BE9F for ; Sat, 18 May 2024 15:00:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87CFD1ADD for ; Sat, 18 May 2024 15:00:02 +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: <1716044377.3b418ba27634a6a52ec53308e4576636dcd48d71.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/guitarix/guitarix-0.46.0.ebuild X-VCS-Directories: media-sound/guitarix/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b418ba27634a6a52ec53308e4576636dcd48d71 X-VCS-Branch: master Date: Sat, 18 May 2024 15:00:02 +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: 38a43c38-0376-4ca5-be38-a4f08eed5ea6 X-Archives-Hash: 5b85448c0992598db545c1c6cdcfb2c5 commit: 3b418ba27634a6a52ec53308e4576636dcd48d71 Author: Sam James gentoo org> AuthorDate: Sat May 18 14:59:37 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 18 14:59:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b418ba2 media-sound/guitarix: Stabilize 0.46.0 amd64, #932146 Signed-off-by: Sam James gentoo.org> media-sound/guitarix/guitarix-0.46.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/guitarix/guitarix-0.46.0.ebuild b/media-sound/guitarix/guitarix-0.46.0.ebuild index bd63bf337a24..7d5de843f0ad 100644 --- a/media-sound/guitarix/guitarix-0.46.0.ebuild +++ b/media-sound/guitarix/guitarix-0.46.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/brummer10/${PN}/releases/download/V${PV}/guitarix2-$ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="bluetooth debug lv2 nls nsm +standalone zeroconf" REQUIRED_USE="|| ( lv2 standalone )"