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 6A901138330 for ; Tue, 27 Sep 2016 14:00:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 478E4E0B88; Tue, 27 Sep 2016 14:00:10 +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 DC6BFE0B88 for ; Tue, 27 Sep 2016 14:00:09 +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 6C18233FA71 for ; Tue, 27 Sep 2016 14:00:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 910EA2486 for ; Tue, 27 Sep 2016 14:00:06 +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: <1474984800.fcbad300ed352b2d783139fcb839b579a8cd9ab1.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/fluidsynth/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild X-VCS-Directories: media-sound/fluidsynth/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: fcbad300ed352b2d783139fcb839b579a8cd9ab1 X-VCS-Branch: master Date: Tue, 27 Sep 2016 14:00:06 +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: bfe10f57-0961-4147-98ab-278216ca3f98 X-Archives-Hash: 3331eb8b61837941e17b80cfdbd3324f commit: fcbad300ed352b2d783139fcb839b579a8cd9ab1 Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 27 13:58:45 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 27 14:00:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcbad300 media-sound/fluidsynth: add missing := dep on readline Package-Manager: portage-2.3.1 media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild b/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild index d29b47c..31c1189 100644 --- a/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild +++ b/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] >=media-libs/ladspa-cmt-1.16-r3[${MULTILIB_USEDEP}] ) pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) portaudio? ( >=media-libs/portaudio-19_pre20111121-r1[${MULTILIB_USEDEP}] ) - readline? ( >=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}] ) + readline? ( >=sys-libs/readline-6.2_p5-r1:=[${MULTILIB_USEDEP}] ) sndfile? ( >=media-libs/libsndfile-1.0.25[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"