diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-09-27 15:58:45 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-09-27 16:00:00 +0200 |
commit | fcbad300ed352b2d783139fcb839b579a8cd9ab1 (patch) | |
tree | 730b88c0555c3fc08a33c6fbf66b94f512f2d191 /media-sound/fluidsynth | |
parent | sys-firmware/intel-microcode: Version bump to 20160714, ebuild changes & test... (diff) | |
download | gentoo-fcbad300ed352b2d783139fcb839b579a8cd9ab1.tar.gz gentoo-fcbad300ed352b2d783139fcb839b579a8cd9ab1.tar.bz2 gentoo-fcbad300ed352b2d783139fcb839b579a8cd9ab1.zip |
media-sound/fluidsynth: add missing := dep on readline
Package-Manager: portage-2.3.1
Diffstat (limited to 'media-sound/fluidsynth')
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild | 4 |
1 files 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 d29b47c34ec5..31c11893e1cb 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}]" |