diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:18:53 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:18:53 +0000 |
commit | aba6cda742ec2cb886a50c1bb81423a95526326e (patch) | |
tree | 19d934c1143bb772342c65cdcbeb4520d1d1c8fb | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-aba6cda742ec2cb886a50c1bb81423a95526326e.tar.gz gentoo-2-aba6cda742ec2cb886a50c1bb81423a95526326e.tar.bz2 gentoo-2-aba6cda742ec2cb886a50c1bb81423a95526326e.zip |
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
-rw-r--r-- | media-plugins/gst-plugins-smoothstreaming/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-plugins/gst-plugins-smoothstreaming/ChangeLog b/media-plugins/gst-plugins-smoothstreaming/ChangeLog index 92478227865f..9b1b50c6c5ed 100644 --- a/media-plugins/gst-plugins-smoothstreaming/ChangeLog +++ b/media-plugins/gst-plugins-smoothstreaming/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/gst-plugins-smoothstreaming # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.6 2014/06/10 19:16:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.7 2014/06/18 20:18:53 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> + gst-plugins-smoothstreaming-1.2.4-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. *gst-plugins-smoothstreaming-1.2.4-r1 (10 Jun 2014) diff --git a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild index ef3b34198cb0..fd7a7e203279 100644 --- a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild +++ b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild,v 1.1 2014/06/10 19:16:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild,v 1.2 2014/06/18 20:18:53 mgorny Exp $ EAPI="5" @@ -11,7 +11,7 @@ DESCRIPTION="Smooth Streaming plugin" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-libs/libxml2[${MULTILIB_USEDEP}]" +RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" # FIXME: gsturidownloader does not have a .pc |