summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/ffmpeg')
-rw-r--r--virtual/ffmpeg/ChangeLog5
-rw-r--r--virtual/ffmpeg/ffmpeg-0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/virtual/ffmpeg/ChangeLog b/virtual/ffmpeg/ChangeLog
index 07e487876cfb..26adc7836b03 100644
--- a/virtual/ffmpeg/ChangeLog
+++ b/virtual/ffmpeg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/ffmpeg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.3 2011/03/26 14:29:54 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.4 2011/03/27 09:49:00 scarabeus Exp $
+
+ 27 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> ffmpeg-0.ebuild:
+ Do not set DEPEND. Per bug #360711.
*ffmpeg-0 (26 Mar 2011)
diff --git a/virtual/ffmpeg/ffmpeg-0.ebuild b/virtual/ffmpeg/ffmpeg-0.ebuild
index 10ec1f17c5c5..7e479d6449c2 100644
--- a/virtual/ffmpeg/ffmpeg-0.ebuild
+++ b/virtual/ffmpeg/ffmpeg-0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.ebuild,v 1.1 2011/03/26 14:29:54 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.ebuild,v 1.2 2011/03/27 09:49:00 scarabeus Exp $
EAPI=4
@@ -13,10 +13,10 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="X encode mp3 sdl theora threads vdpau x264"
-DEPEND="
+RDEPEND="
|| (
media-video/libav[X=,encode=,mp3=,sdl=,theora=,threads=,vdpau=,x264=]
media-video/ffmpeg[X=,encode=,mp3=,sdl=,theora=,threads=,vdpau=,x264=]
)
"
-RDEPEND="${DEPEND}"
+DEPEND=""