commit: 27b6a645f8055c03e1d12ecff9a656e8bcf7e2f8
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 13:57:33 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 14:37:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b6a645
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
.../gst-plugins-assrender/gst-plugins-assrender-1.12.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 73afc84d3d6..a93d21c071b 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}"