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 2D8B5158003 for ; Thu, 3 Nov 2022 07:59:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BD82E0A62; Thu, 3 Nov 2022 07:59:54 +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 37887E0A62 for ; Thu, 3 Nov 2022 07:59:54 +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 6FC6F3410EB for ; Thu, 3 Nov 2022 07:59:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6545B6E8 for ; Thu, 3 Nov 2022 07:59:50 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1667462374.d51ac84a9a11832f22185f11542dcaca41996395.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jalv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jalv/jalv-1.6.8.ebuild X-VCS-Directories: media-sound/jalv/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: d51ac84a9a11832f22185f11542dcaca41996395 X-VCS-Branch: master Date: Thu, 3 Nov 2022 07:59:50 +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: 1a662084-207d-4e34-a44f-c7b5a068979c X-Archives-Hash: 9ef8a04c05c3b477c5a7e4877c9d742a commit: d51ac84a9a11832f22185f11542dcaca41996395 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Nov 3 07:59:34 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Nov 3 07:59:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51ac84a media-sound/jalv: Stabilize 1.6.8 amd64, #879135 Signed-off-by: Agostino Sarubbo gentoo.org> media-sound/jalv/jalv-1.6.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/jalv/jalv-1.6.8.ebuild b/media-sound/jalv/jalv-1.6.8.ebuild index c8557d667ed2..e6469c2fab7e 100644 --- a/media-sound/jalv/jalv-1.6.8.ebuild +++ b/media-sound/jalv/jalv-1.6.8.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://download.drobilla.net/${P}.tar.xz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="gtk +jack portaudio qt5" REQUIRED_USE="^^ ( jack portaudio )"