commit: 04801267a8008f61c44cb50a1d4af0b64aac75e0
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 09:46:52 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri May 26 08:51:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04801267
virtual/ffmpeg: Drop multilib flags. Those are not needed for executables and
packages usedeping on the flags here likely should be converted to USE=libav
Package-Manager: Portage-2.3.4, Repoman-2.3.2
virtual/ffmpeg/ffmpeg-9-r2.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/virtual/ffmpeg/ffmpeg-9-r2.ebuild
b/virtual/ffmpeg/ffmpeg-9-r2.ebuild
index 23f3412012d..f9b41e7f78b 100644
--- a/virtual/ffmpeg/ffmpeg-9-r2.ebuild
+++ b/virtual/ffmpeg/ffmpeg-9-r2.ebuild
@@ -3,8 +3,6 @@
EAPI=5
-inherit multilib-build
-
DESCRIPTION="Virtual package for FFmpeg executable implementation"
# Please note that this virtual is only suited for packages that call
@@ -19,6 +17,6 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64
sparc x86 ~amd64-fbsd
IUSE="X +encode gsm jpeg2k libav mp3 opus sdl speex theora threads truetype
vaapi vdpau x264"
RDEPEND="
- libav? (
>=media-video/libav-9.12[${MULTILIB_USEDEP},X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
)
- !libav? (
>=media-video/ffmpeg-1.2.6-r1:0[${MULTILIB_USEDEP},X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
)
+ libav? (
>=media-video/libav-9.12[X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
)
+ !libav? (
>=media-video/ffmpeg-1.2.6-r1:0[X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
)
"