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 900CF158089 for ; Tue, 19 Sep 2023 17:48:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 207802BC088; Tue, 19 Sep 2023 17:48:49 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0511E2BC088 for ; Tue, 19 Sep 2023 17:48:49 +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 19200335D1B for ; Tue, 19 Sep 2023 17:48:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C712811F7 for ; Tue, 19 Sep 2023 17:48:44 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1695145696.b42b33cd3cecafbf1a29159e4fdc57c33d4a357c.arthurzam@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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: b42b33cd3cecafbf1a29159e4fdc57c33d4a357c X-VCS-Branch: master Date: Tue, 19 Sep 2023 17:48:44 +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: 4a91792f-215e-42a9-86e4-b43e9fb084e8 X-Archives-Hash: 0c303eb8a4640786561142eac087ffa9 commit: b42b33cd3cecafbf1a29159e4fdc57c33d4a357c Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 15 10:01:35 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Sep 19 17:48:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42b33cd media-sound/zynaddsubfx: fix VariableShadowed Signed-off-by: Arthur Zamarin gentoo.org> media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild b/media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild index 177c3c8ef55a..e6391abc7251 100644 --- a/media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild +++ b/media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild @@ -13,13 +13,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="+alsa doc dssi +fltk jack lash portaudio" - REQUIRED_USE="|| ( alsa jack portaudio )" -BDEPEND=" - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" DEPEND=" dev-libs/mxml media-libs/liblo @@ -40,6 +35,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" dev-lang/ruby:* + virtual/pkgconfig doc? ( app-doc/doxygen ) "