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 1968C158091 for ; Sat, 4 Jun 2022 07:07:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 412F4E0909; Sat, 4 Jun 2022 07:07:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2A4A7E0909 for ; Sat, 4 Jun 2022 07:07:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8A5FF3424A8 for ; Sat, 4 Jun 2022 07:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7F4B4F8 for ; Sat, 4 Jun 2022 07:07:53 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1654326470.bf44b24fe90e09a1851e1e90f1d54c95c0b842f4.juippis@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.44.1.ebuild X-VCS-Directories: media-sound/guitarix/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: bf44b24fe90e09a1851e1e90f1d54c95c0b842f4 X-VCS-Branch: master Date: Sat, 4 Jun 2022 07:07:53 +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: 7cc64824-b143-4182-9853-d43fd54a159f X-Archives-Hash: 7715ea3ac62daaf19d86a56d6780848d commit: bf44b24fe90e09a1851e1e90f1d54c95c0b842f4 Author: Joonas Niilola gentoo org> AuthorDate: Sat Jun 4 07:00:35 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Jun 4 07:07:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf44b24f media-sound/guitarix: Stabilize 0.44.1 amd64, #849602 Signed-off-by: Joonas Niilola gentoo.org> media-sound/guitarix/guitarix-0.44.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/guitarix/guitarix-0.44.1.ebuild b/media-sound/guitarix/guitarix-0.44.1.ebuild index d85e289e2d53..cd2c72ecf68d 100644 --- a/media-sound/guitarix/guitarix-0.44.1.ebuild +++ b/media-sound/guitarix/guitarix-0.44.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/guitarix/guitarix/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="bluetooth debug lv2 nls nsm +standalone zeroconf" REQUIRED_USE="|| ( lv2 standalone )"