mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Removes uneeded version limit on libav
X-Gentoo-Bug: 570346 X-Gentoo-Bug-URL: https://bugs.gentoo.org/570346
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -31,7 +31,7 @@ RDEPEND=">=media-libs/glew-1.10
|
||||
ao? ( media-libs/libao )
|
||||
bluetooth? ( net-wireless/bluez )
|
||||
ffmpeg? ( virtual/ffmpeg
|
||||
!!>=media-video/libav-10 )
|
||||
!!media-video/libav )
|
||||
lzo? ( dev-libs/lzo )
|
||||
openal? ( media-libs/openal )
|
||||
opengl? ( virtual/opengl )
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -48,7 +48,7 @@ RDEPEND=">=media-libs/libsfml-2.1
|
||||
)
|
||||
ffmpeg? (
|
||||
virtual/ffmpeg
|
||||
!!>=media-video/libav-10
|
||||
!!media-video/libav
|
||||
)
|
||||
llvm? ( sys-devel/llvm )
|
||||
openal? (
|
||||
|
||||
Reference in New Issue
Block a user