From: Mart Raudsepp Date: Thu, 25 Jan 2018 13:57:33 +0000 (+0200) Subject: media-plugins/gst-plugins-assrender: add subslot operator dep on libass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=27b6a645f8055c03e1d12ecff9a656e8bcf7e2f8;p=gentoo.git media-plugins/gst-plugins-assrender: add subslot operator dep on libass There was a subslot bump from 0/5 to 0/9 in the past with new soname, but we are now past it already, so no revbump for this - it'll propagate out with 1.12.4 bump soon though. Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- diff --git a/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.12.3.ebuild b/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.12.3.ebuild index 73afc84d3d60..a93d21c071b1 100644 --- a/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.12.3.ebuild +++ b/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.12.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,5 +10,5 @@ DESCRIPTION="ASS/SSA rendering with effects support plugin for GStreamer" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd" IUSE="" -RDEPEND=">=media-libs/libass-0.10.2[${MULTILIB_USEDEP}]" +RDEPEND=">=media-libs/libass-0.10.2:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}"