diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-12 09:44:53 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-12 09:44:53 +0000 |
commit | 6fd69a891a5889ae7c6ec799fbb3f13c1c3d0ebd (patch) | |
tree | 3e4f28f0ec592df117f86a57ae15c1871afa2299 /net-libs/farstream | |
parent | Remove the cmake hack since upstream started installing cmake files from Make... (diff) | |
download | gentoo-2-6fd69a891a5889ae7c6ec799fbb3f13c1c3d0ebd.tar.gz gentoo-2-6fd69a891a5889ae7c6ec799fbb3f13c1c3d0ebd.tar.bz2 gentoo-2-6fd69a891a5889ae7c6ec799fbb3f13c1c3d0ebd.zip |
Fix depend to proper slot (#507332 by Grant Goodyear)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs/farstream')
-rw-r--r-- | net-libs/farstream/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/farstream/farstream-0.1.2-r1.ebuild | 16 |
2 files changed, 13 insertions, 8 deletions
diff --git a/net-libs/farstream/ChangeLog b/net-libs/farstream/ChangeLog index 3be522b8cc0f..fbf47e3ec614 100644 --- a/net-libs/farstream/ChangeLog +++ b/net-libs/farstream/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/farstream # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.33 2014/03/28 02:30:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.34 2014/04/12 09:44:53 pacho Exp $ + + 12 Apr 2014; Pacho Ramos <pacho@gentoo.org> farstream-0.1.2-r1.ebuild: + Fix depend to proper slot (#507332 by Grant Goodyear) 28 Mar 2014; Jeroen Roovers <jer@gentoo.org> farstream-0.2.3.ebuild: Stable for HPPA (bug #499954). diff --git a/net-libs/farstream/farstream-0.1.2-r1.ebuild b/net-libs/farstream/farstream-0.1.2-r1.ebuild index 1c76e5615059..ccba380d6901 100644 --- a/net-libs/farstream/farstream-0.1.2-r1.ebuild +++ b/net-libs/farstream/farstream-0.1.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.16 2013/12/13 18:58:00 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.17 2014/04/12 09:44:53 pacho Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -20,16 +20,17 @@ SLOT="0.1" # Tests need shmsink from gst-plugins-bad, which isn't packaged RESTRICT="test" -COMMONDEPEND=">=media-libs/gstreamer-0.10.33:0.10 +COMMONDEPEND=" + >=media-libs/gstreamer-0.10.33:0.10 >=media-libs/gst-plugins-base-0.10.33:0.10 >=dev-libs/glib-2.30:2 >=net-libs/libnice-0.1.0 introspection? ( >=dev-libs/gobject-introspection-0.10.11 ) python? ( >=dev-python/pygobject-2.16:2 - >=dev-python/gst-python-0.10.10 ) - upnp? ( net-libs/gupnp-igd )" - + >=dev-python/gst-python-0.10.10:0.10 ) + upnp? ( net-libs/gupnp-igd ) +" RDEPEND="${COMMONDEPEND} >=media-libs/gst-plugins-good-0.10.17:0.10 >=media-libs/gst-plugins-bad-0.10.17:0.10 @@ -37,7 +38,8 @@ RDEPEND="${COMMONDEPEND} >=media-plugins/gst-plugins-libnice-0.1.0:0.10 <=net-libs/libnice-0.1.3[gstreamer] ) msn? ( >=media-plugins/gst-plugins-mimic-0.10.17:0.10 ) - !net-libs/farsight2" + !net-libs/farsight2 +" # This package is just a rename from farsight2 DEPEND="${COMMONDEPEND} |