summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-09-15 13:01:35 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-09-19 20:48:16 +0300
commitb42b33cd3cecafbf1a29159e4fdc57c33d4a357c (patch)
tree9c64d190c4662d192ed1de1c5757c7a2a384bbde /media-sound
parentnet-analyzer/nagstamon: remove redundant inherit (diff)
downloadgentoo-b42b33cd3cecafbf1a29159e4fdc57c33d4a357c.tar.gz
gentoo-b42b33cd3cecafbf1a29159e4fdc57c33d4a357c.tar.bz2
gentoo-b42b33cd3cecafbf1a29159e4fdc57c33d4a357c.zip
media-sound/zynaddsubfx: fix VariableShadowed
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild6
1 files changed, 1 insertions, 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 )
"