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 6471D138331 for ; Tue, 27 Sep 2016 14:13:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7CA3E0B86; Tue, 27 Sep 2016 14:13:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A7C9EE095B for ; Tue, 27 Sep 2016 14:13:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76E1C340756 for ; Tue, 27 Sep 2016 14:13:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC5FF2498 for ; Tue, 27 Sep 2016 14:13:13 +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: <1474984951.c0bf152c4e4466cd752fdecdb1999659870f53b5.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack-audio-connection-kit/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild X-VCS-Directories: media-sound/jack-audio-connection-kit/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c0bf152c4e4466cd752fdecdb1999659870f53b5 X-VCS-Branch: master Date: Tue, 27 Sep 2016 14:13:13 +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: a0bf3636-3cfe-4613-97f7-03ea5109e377 X-Archives-Hash: 85fba3f636cd856bbea571648d81d787 commit: c0bf152c4e4466cd752fdecdb1999659870f53b5 Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 27 14:02:31 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 27 14:02:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bf152c media-sound/jack-audio-connection-kit: add :0= dep on readline Package-Manager: portage-2.3.1 .../jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild index 6f21431..45abc24 100644 --- a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild +++ b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild @@ -19,7 +19,7 @@ IUSE="cpu_flags_x86_3dnow altivec alsa coreaudio doc debug examples oss cpu_flag # libsndfile: ditto for jackrec RDEPEND=" sys-libs/db[${MULTILIB_USEDEP}] - sys-libs/readline + sys-libs/readline:0= >=media-libs/libsndfile-1.0.0 alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) >=media-libs/libsamplerate-0.1.8-r1[${MULTILIB_USEDEP}]