diff options
author | Arun Raghavan <ford_prefect@gentoo.org> | 2013-05-01 03:23:59 +0000 |
---|---|---|
committer | Arun Raghavan <ford_prefect@gentoo.org> | 2013-05-01 03:23:59 +0000 |
commit | 61fba69c3b9beba98e4f62f979468572c710fc4b (patch) | |
tree | 07fd554615cb1526523e60ccba14fd31c7eef0cd /media-sound/pulseaudio/pulseaudio-3.0.ebuild | |
parent | Fix gtk+-1.2.10-r12's build failure with automake-1.13 (bug #467520, thanks t... (diff) | |
download | gentoo-2-61fba69c3b9beba98e4f62f979468572c710fc4b.tar.gz gentoo-2-61fba69c3b9beba98e4f62f979468572c710fc4b.tar.bz2 gentoo-2-61fba69c3b9beba98e4f62f979468572c710fc4b.zip |
Restrict json-c version in older ebuilds since they are incompatible with current unstable json-c 0.11.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 29C3E2EC)
Diffstat (limited to 'media-sound/pulseaudio/pulseaudio-3.0.ebuild')
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/pulseaudio/pulseaudio-3.0.ebuild b/media-sound/pulseaudio/pulseaudio-3.0.ebuild index fce638865b4f..0bd24b64b648 100644 --- a/media-sound/pulseaudio/pulseaudio-3.0.ebuild +++ b/media-sound/pulseaudio/pulseaudio-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-3.0.ebuild,v 1.5 2013/04/10 20:43:51 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-3.0.ebuild,v 1.6 2013/05/01 03:23:59 ford_prefect Exp $ EAPI="5" @@ -58,7 +58,7 @@ RDEPEND=">=media-libs/libsndfile-1.0.20 webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen ) systemd? ( >=sys-apps/systemd-39 ) - dev-libs/json-c + <dev-libs/json-c-0.11 >=sys-devel/libtool-2.2.4" # it's a valid RDEPEND, libltdl.so is used DEPEND="${RDEPEND} |