diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-09-27 16:02:06 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-09-27 16:02:06 +0200 |
commit | d72e6cfad3ed2df84d8ad77fd06b61a16b9ea61a (patch) | |
tree | 7e3bd49fb11abdf85db09f7235f24928677c0549 /media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild | |
parent | media-sound/fluidsynth: add missing := dep on readline (diff) | |
download | gentoo-d72e6cfad3ed2df84d8ad77fd06b61a16b9ea61a.tar.gz gentoo-d72e6cfad3ed2df84d8ad77fd06b61a16b9ea61a.tar.bz2 gentoo-d72e6cfad3ed2df84d8ad77fd06b61a16b9ea61a.zip |
media-sound/fluidsynth: pin readline dep to slot 0
Package-Manager: portage-2.3.1
Diffstat (limited to 'media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild')
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild b/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild index 31c11893e1cb..133343421ba9 100644 --- a/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild +++ b/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild @@ -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:0=[${MULTILIB_USEDEP}] ) sndfile? ( >=media-libs/libsndfile-1.0.25[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]" |