diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-22 14:06:07 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-22 14:06:07 +0000 |
commit | 15c32025c4444265b774ab923db522f6fab7bf6c (patch) | |
tree | 36130c38bfcc5986538861f57675e3bc5e64c490 /media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild | |
parent | make some sense to this... (diff) | |
download | gentoo-2-15c32025c4444265b774ab923db522f6fab7bf6c.tar.gz gentoo-2-15c32025c4444265b774ab923db522f6fab7bf6c.tar.bz2 gentoo-2-15c32025c4444265b774ab923db522f6fab7bf6c.zip |
Fix mediastreamer dep wrt bug #453520.
(Portage version: 2.2.0_alpha158/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild')
-rw-r--r-- | media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild b/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild index 5b29e55b7b96..ed83a4fdcd7b 100644 --- a/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild +++ b/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild,v 1.3 2012/12/17 17:34:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild,v 1.4 2013/01/22 14:06:07 mgorny Exp $ EAPI=4 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" -RDEPEND=">=media-libs/mediastreamer-2.0.0 +RDEPEND=">=media-libs/mediastreamer-2.8.2 >=net-libs/ortp-0.16.0" DEPEND="${RDEPEND} virtual/pkgconfig" |