summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-03-31 15:35:13 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-03-31 15:35:13 +0000
commitc48b80d5453cf42b6c2f03946ec97e6456e99b2d (patch)
treeafc1dce0a0c2a1ffae443e7f4399c867e7ddd9f9 /app-emulation
parentMove sys-apps/eject to sys-block/eject. (diff)
downloadgentoo-2-c48b80d5453cf42b6c2f03946ec97e6456e99b2d.tar.gz
gentoo-2-c48b80d5453cf42b6c2f03946ec97e6456e99b2d.tar.bz2
gentoo-2-c48b80d5453cf42b6c2f03946ec97e6456e99b2d.zip
Depend on virtual/ffmpeg instead of media-video/ffmpeg.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vice/ChangeLog5
-rw-r--r--app-emulation/vice/vice-2.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog
index c7ee4aea4f46..1ce15177de11 100644
--- a/app-emulation/vice/ChangeLog
+++ b/app-emulation/vice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/vice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.73 2011/02/25 17:41:56 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.74 2011/03/31 15:35:13 scarabeus Exp $
+
+ 31 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> vice-2.2.ebuild:
+ Depend on virtual/ffmpeg instead of media-video/ffmpeg.
25 Feb 2011; Kevin McCarthy <signals@gentoo.org> vice-2.2.ebuild:
Depend on virtual/jpeg instead of media-libs/jpeg
diff --git a/app-emulation/vice/vice-2.2.ebuild b/app-emulation/vice/vice-2.2.ebuild
index b4205e4770fc..3fee800c285d 100644
--- a/app-emulation/vice/vice-2.2.ebuild
+++ b/app-emulation/vice/vice-2.2.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/app-emulation/vice/vice-2.2.ebuild,v 1.5 2011/02/25 17:41:56 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.6 2011/03/31 15:35:13 scarabeus Exp $
EAPI=2
inherit autotools eutils games
@@ -32,7 +32,7 @@ RDEPEND="
x11-libs/pango
)
lame? ( media-sound/lame )
- ffmpeg? ( >=media-video/ffmpeg-0.5_p20373 )
+ ffmpeg? ( virtual/ffmpeg )
ethernet? (
>=net-libs/libpcap-0.9.8
>=net-libs/libnet-1.1.2.1