diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-03-11 10:46:52 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-05-26 10:51:22 +0200 |
commit | 04801267a8008f61c44cb50a1d4af0b64aac75e0 (patch) | |
tree | fc14d07ea3c699dcdb3aa6acec77bfa800407eb0 /virtual/ffmpeg | |
parent | virtual/ffmpeg: remove old (diff) | |
download | gentoo-04801267a8008f61c44cb50a1d4af0b64aac75e0.tar.gz gentoo-04801267a8008f61c44cb50a1d4af0b64aac75e0.tar.bz2 gentoo-04801267a8008f61c44cb50a1d4af0b64aac75e0.zip |
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
Diffstat (limited to 'virtual/ffmpeg')
-rw-r--r-- | virtual/ffmpeg/ffmpeg-9-r2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/virtual/ffmpeg/ffmpeg-9-r2.ebuild b/virtual/ffmpeg/ffmpeg-9-r2.ebuild index 23f3412012d4..f9b41e7f78bd 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?] ) " |