summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-22 15:45:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-22 17:41:22 +0200
commita684890f9d1a10937415e56d7de79b68a26fbe24 (patch)
treed93383f142f58ff59f8376338cbefc42abe62db2 /media-sound/brutefir
parentmedia-sound/bitmeter: Drop 1.2-r1 (diff)
downloadgentoo-a684890f9d1a10937415e56d7de79b68a26fbe24.tar.gz
gentoo-a684890f9d1a10937415e56d7de79b68a26fbe24.tar.bz2
gentoo-a684890f9d1a10937415e56d7de79b68a26fbe24.zip
media-sound/brutefir: virtual/jack, sort DEPENDs
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/brutefir')
-rw-r--r--media-sound/brutefir/brutefir-1.0k-r2.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/media-sound/brutefir/brutefir-1.0k-r2.ebuild b/media-sound/brutefir/brutefir-1.0k-r2.ebuild
index 5c205ce75718..c0dbb7ac747e 100644
--- a/media-sound/brutefir/brutefir-1.0k-r2.ebuild
+++ b/media-sound/brutefir/brutefir-1.0k-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,9 +13,10 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
-RDEPEND="media-libs/alsa-lib
- media-sound/jack-audio-connection-kit
- sci-libs/fftw:3.0"
+RDEPEND="
+ media-libs/alsa-lib
+ sci-libs/fftw:3.0
+ virtual/jack"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${P}-ld.patch )