Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lash/
Date: Sun, 18 Jun 2017 16:42:12
Message-Id: 1497804069.f002d2bcd06d12b62719075070137f016b9e79bf.aballier@gentoo
1 commit: f002d2bcd06d12b62719075070137f016b9e79bf
2 Author: Simon van der Veldt <simon.vanderveldt <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 18 13:19:32 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 16:41:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f002d2bc
7
8 media-sound/lash: depend on virtual/jack
9
10 Fixes part of bug 602898 https://bugs.gentoo.org/show_bug.cgi?id=602898
11
12 media-sound/lash/{lash-0.5.4-r2.ebuild => lash-0.5.4-r3.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/lash/lash-0.5.4-r2.ebuild b/media-sound/lash/lash-0.5.4-r3.ebuild
16 similarity index 98%
17 rename from media-sound/lash/lash-0.5.4-r2.ebuild
18 rename to media-sound/lash/lash-0.5.4-r3.ebuild
19 index f2d92f10e0c..9bdd2c8e876 100644
20 --- a/media-sound/lash/lash-0.5.4-r2.ebuild
21 +++ b/media-sound/lash/lash-0.5.4-r3.ebuild
22 @@ -17,7 +17,7 @@ KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86"
23 IUSE="alsa debug gtk python static-libs" # doc
24
25 RDEPEND="dev-libs/libxml2
26 - media-sound/jack-audio-connection-kit
27 + virtual/jack
28 >=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}]
29 alsa? ( media-libs/alsa-lib )
30 gtk? ( x11-libs/gtk+:2 )