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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B3BA139696 for ; Sun, 18 Jun 2017 16:42:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85B52254016; Sun, 18 Jun 2017 16:42:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60B3A254016 for ; Sun, 18 Jun 2017 16:42:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 558283419D4 for ; Sun, 18 Jun 2017 16:42:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B21697486 for ; Sun, 18 Jun 2017 16:42:08 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1497804069.f002d2bcd06d12b62719075070137f016b9e79bf.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lash/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lash/lash-0.5.4-r2.ebuild media-sound/lash/lash-0.5.4-r3.ebuild X-VCS-Directories: media-sound/lash/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f002d2bcd06d12b62719075070137f016b9e79bf X-VCS-Branch: master Date: Sun, 18 Jun 2017 16:42:08 +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-Archives-Salt: 757cdb71-7d2f-49b7-bc14-a995ad18e06c X-Archives-Hash: 0a7d0637fe20131e5b85096efcc66141 commit: f002d2bcd06d12b62719075070137f016b9e79bf Author: Simon van der Veldt gmail com> AuthorDate: Sun Jun 18 13:19:32 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jun 18 16:41:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f002d2bc media-sound/lash: depend on virtual/jack Fixes part of bug 602898 https://bugs.gentoo.org/show_bug.cgi?id=602898 media-sound/lash/{lash-0.5.4-r2.ebuild => lash-0.5.4-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/lash/lash-0.5.4-r2.ebuild b/media-sound/lash/lash-0.5.4-r3.ebuild similarity index 98% rename from media-sound/lash/lash-0.5.4-r2.ebuild rename to media-sound/lash/lash-0.5.4-r3.ebuild index f2d92f10e0c..9bdd2c8e876 100644 --- a/media-sound/lash/lash-0.5.4-r2.ebuild +++ b/media-sound/lash/lash-0.5.4-r3.ebuild @@ -17,7 +17,7 @@ KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86" IUSE="alsa debug gtk python static-libs" # doc RDEPEND="dev-libs/libxml2 - media-sound/jack-audio-connection-kit + virtual/jack >=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}] alsa? ( media-libs/alsa-lib ) gtk? ( x11-libs/gtk+:2 )