diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-09-23 21:02:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-23 21:07:59 +0200 |
commit | af1ebf3b210aa7887c5978383f279d8e5f274f62 (patch) | |
tree | ebc7f5239fb77745beb7bea56e91e32216c95757 /www-plugins/lightspark | |
parent | www-plugins/lightspark: 0.8.1 requires LLVM < 7 (diff) | |
download | gentoo-af1ebf3b210aa7887c5978383f279d8e5f274f62.tar.gz gentoo-af1ebf3b210aa7887c5978383f279d8e5f274f62.tar.bz2 gentoo-af1ebf3b210aa7887c5978383f279d8e5f274f62.zip |
www-plugins/lightspark: 0.8.1 builds fine with ffmpeg-4
Bug: https://bugs.gentoo.org/654332
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-plugins/lightspark')
-rw-r--r-- | www-plugins/lightspark/lightspark-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-plugins/lightspark/lightspark-0.8.1.ebuild b/www-plugins/lightspark/lightspark-0.8.1.ebuild index 02f432a55440..490141311ef0 100644 --- a/www-plugins/lightspark/lightspark-0.8.1.ebuild +++ b/www-plugins/lightspark/lightspark-0.8.1.ebuild @@ -33,7 +33,7 @@ RDEPEND="app-arch/xz-utils:0= curl? ( net-misc/curl:0= ) ffmpeg? ( libav? ( <media-video/libav-13_pre:0= ) - !libav? ( <media-video/ffmpeg-4:0= ) + !libav? ( media-video/ffmpeg:0= ) ) gles? ( media-libs/mesa:0=[gles2] ) !gles? ( |