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 CDA02158094 for ; Mon, 19 Sep 2022 06:40:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCC43E08FE; Mon, 19 Sep 2022 06:40:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A7ECDE08FE for ; Mon, 19 Sep 2022 06:40:17 +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 D65ED340E1A for ; Mon, 19 Sep 2022 06:40:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 304985DE for ; Mon, 19 Sep 2022 06:40:15 +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: <1663569605.d7973c2d96c6ef1a9f12386d9901e680a24db370.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/zynaddsubfx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild X-VCS-Directories: media-sound/zynaddsubfx/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: d7973c2d96c6ef1a9f12386d9901e680a24db370 X-VCS-Branch: master Date: Mon, 19 Sep 2022 06:40:15 +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: ac6376db-b06a-43a9-97a9-295bb001b1a5 X-Archives-Hash: e79fac7dce8625fabc1c9b3298b4f4ff commit: d7973c2d96c6ef1a9f12386d9901e680a24db370 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Sep 19 06:40:05 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Sep 19 06:40:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7973c2d media-sound/zynaddsubfx: Stabilize 3.0.6-r1 amd64, #871342 Signed-off-by: Agostino Sarubbo gentoo.org> media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild b/media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild index af37f4ab7c9f..cf75eed80a8e 100644 --- a/media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild +++ b/media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/zynaddsubfx/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="+alsa doc dssi +fltk jack lash portaudio" REQUIRED_USE="|| ( alsa jack portaudio )"