Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/fluidsynth/
Date: Tue, 27 Sep 2016 14:13:19
Message-Id: 1474984926.d72e6cfad3ed2df84d8ad77fd06b61a16b9ea61a.aballier@gentoo
1 commit: d72e6cfad3ed2df84d8ad77fd06b61a16b9ea61a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 14:02:06 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 14:02:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d72e6cfa
7
8 media-sound/fluidsynth: pin readline dep to slot 0
9
10 Package-Manager: portage-2.3.1
11
12 media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild b/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild
16 index 31c1189..1333434 100644
17 --- a/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild
18 +++ b/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild
19 @@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
20 >=media-libs/ladspa-cmt-1.16-r3[${MULTILIB_USEDEP}] )
21 pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
22 portaudio? ( >=media-libs/portaudio-19_pre20111121-r1[${MULTILIB_USEDEP}] )
23 - readline? ( >=sys-libs/readline-6.2_p5-r1:=[${MULTILIB_USEDEP}] )
24 + readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] )
25 sndfile? ( >=media-libs/libsndfile-1.0.25[${MULTILIB_USEDEP}] )"
26 DEPEND="${RDEPEND}
27 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"