diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-11-07 21:16:57 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-11-07 21:16:57 +0000 |
commit | 0ea4710289297941f06ec35338fe0283099be941 (patch) | |
tree | d82a548cd82f87b1166b2621011cc980476b1d79 /media-libs/gnonlin/gnonlin-0.10.9.ebuild | |
parent | Slot gstreamer dependencies in preparation for gstreamer-1.0. (diff) | |
download | gentoo-2-0ea4710289297941f06ec35338fe0283099be941.tar.gz gentoo-2-0ea4710289297941f06ec35338fe0283099be941.tar.bz2 gentoo-2-0ea4710289297941f06ec35338fe0283099be941.zip |
Forgot to slot gst dependencies in the 0.10.9 ebuild.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'media-libs/gnonlin/gnonlin-0.10.9.ebuild')
-rw-r--r-- | media-libs/gnonlin/gnonlin-0.10.9.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/media-libs/gnonlin/gnonlin-0.10.9.ebuild b/media-libs/gnonlin/gnonlin-0.10.9.ebuild index f4dfa18b9051..0ec2230d0f8e 100644 --- a/media-libs/gnonlin/gnonlin-0.10.9.ebuild +++ b/media-libs/gnonlin/gnonlin-0.10.9.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/gnonlin-0.10.9.ebuild,v 1.3 2012/05/05 08:02:25 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/gnonlin-0.10.9.ebuild,v 1.4 2012/11/07 21:16:57 tetromino Exp $ + +EAPI="4" DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors." HOMEPAGE="http://gnonlin.sourceforge.net" @@ -11,8 +13,8 @@ SLOT="0.10" KEYWORDS="~amd64 x86" IUSE="" -RDEPEND=">=media-libs/gstreamer-0.10.9 - >=media-libs/gst-plugins-base-0.10.9" +RDEPEND=">=media-libs/gstreamer-0.10.9:0.10 + >=media-libs/gst-plugins-base-0.10.9:0.10" DEPEND="${RDEPEND} virtual/pkgconfig" |