diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-06 09:51:00 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-06 10:17:31 +0100 |
commit | 693cde9cd30f2ad30999d2c232cd467f0dd88e5c (patch) | |
tree | 9e4fee323fed6c2591f16efa6d1924ba17448c56 /media-video/ffmpeg | |
parent | dev-ml/ocaml-sqlite3: bump to 4.1.2 (diff) | |
download | gentoo-693cde9cd30f2ad30999d2c232cd467f0dd88e5c.tar.gz gentoo-693cde9cd30f2ad30999d2c232cd467f0dd88e5c.tar.bz2 gentoo-693cde9cd30f2ad30999d2c232cd467f0dd88e5c.zip |
media-video/ffmpeg: add missing := dep on libass
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-video/ffmpeg')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-3.2.2.ebuild | 4 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-video/ffmpeg/ffmpeg-3.2.2.ebuild b/media-video/ffmpeg/ffmpeg-3.2.2.ebuild index 9b30ce43fb37..57f65e2b0a04 100644 --- a/media-video/ffmpeg/ffmpeg-3.2.2.ebuild +++ b/media-video/ffmpeg/ffmpeg-3.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -203,7 +203,7 @@ RDEPEND=" ) jack? ( virtual/jack[${MULTILIB_USEDEP}] ) jpeg2k? ( >=media-libs/openjpeg-2:2[${MULTILIB_USEDEP}] ) - libass? ( >=media-libs/libass-0.10.2[${MULTILIB_USEDEP}] ) + libass? ( >=media-libs/libass-0.10.2:=[${MULTILIB_USEDEP}] ) libcaca? ( >=media-libs/libcaca-0.99_beta18-r1[${MULTILIB_USEDEP}] ) libilbc? ( >=media-libs/libilbc-2[${MULTILIB_USEDEP}] ) libsoxr? ( >=media-libs/soxr-0.1.0[${MULTILIB_USEDEP}] ) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 883cbdc22741..459a2e7369e2 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -202,7 +202,7 @@ RDEPEND=" ) jack? ( virtual/jack[${MULTILIB_USEDEP}] ) jpeg2k? ( >=media-libs/openjpeg-2:2[${MULTILIB_USEDEP}] ) - libass? ( >=media-libs/libass-0.10.2[${MULTILIB_USEDEP}] ) + libass? ( >=media-libs/libass-0.10.2:=[${MULTILIB_USEDEP}] ) libcaca? ( >=media-libs/libcaca-0.99_beta18-r1[${MULTILIB_USEDEP}] ) libilbc? ( >=media-libs/libilbc-2[${MULTILIB_USEDEP}] ) libsoxr? ( >=media-libs/soxr-0.1.0[${MULTILIB_USEDEP}] ) |