summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-07 07:41:02 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-07 07:41:02 +0200
commit8458d232c433916d271c34f97d59b1f80c5fb338 (patch)
treef7f121210b2cc3dda46cf604f32300ac918f2006 /virtual
parentmedia-libs/libggi: Make USE=3dfx local (diff)
downloadgentoo-8458d232c433916d271c34f97d59b1f80c5fb338.tar.gz
gentoo-8458d232c433916d271c34f97d59b1f80c5fb338.tar.bz2
gentoo-8458d232c433916d271c34f97d59b1f80c5fb338.zip
virtual/ffmpeg: Remove stale USE=libav
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/ffmpeg/ffmpeg-9-r2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/virtual/ffmpeg/ffmpeg-9-r2.ebuild b/virtual/ffmpeg/ffmpeg-9-r2.ebuild
index ffcd5fe138b9..2abb4da05dfc 100644
--- a/virtual/ffmpeg/ffmpeg-9-r2.ebuild
+++ b/virtual/ffmpeg/ffmpeg-9-r2.ebuild
@@ -14,9 +14,8 @@ DESCRIPTION="Virtual package for FFmpeg executable implementation"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="X +encode gsm jpeg2k libav mp3 opus sdl speex theora threads truetype vaapi vdpau x264"
+IUSE="X +encode gsm jpeg2k mp3 opus sdl speex theora threads truetype vaapi vdpau x264"
RDEPEND="
- 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?] )
+ >=media-video/ffmpeg-1.2.6-r1:0[X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
"