summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-05-01 15:41:17 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-05-01 15:41:17 +0000
commit5f3a2092546f260f93bfb882c01f4c6cbbe00630 (patch)
tree6e9db240ed5d2b9f8b83bf7832eb1f19a9812c5d /media-video
parentAdd missing dep on app-text/docbook-xml-dtd by Scott Burgess <scottburgess@di... (diff)
downloadgentoo-2-5f3a2092546f260f93bfb882c01f4c6cbbe00630.tar.gz
gentoo-2-5f3a2092546f260f93bfb882c01f4c6cbbe00630.tar.bz2
gentoo-2-5f3a2092546f260f93bfb882c01f4c6cbbe00630.zip
iconv should be in RDEPEND too
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mplayer/ChangeLog5
-rw-r--r--media-video/mplayer/mplayer-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog
index dc7637d093e7..eeda57f022bc 100644
--- a/media-video/mplayer/ChangeLog
+++ b/media-video/mplayer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/mplayer
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.735 2010/05/01 15:39:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.736 2010/05/01 15:41:17 aballier Exp $
+
+ 01 May 2010; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild:
+ iconv should be in RDEPEND too
01 May 2010; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild:
Add missing dep on app-text/docbook-xml-dtd by Scott Burgess
diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild
index 331c2941f5a3..6a8fc1f9653b 100644
--- a/media-video/mplayer/mplayer-9999.ebuild
+++ b/media-video/mplayer/mplayer-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.55 2010/05/01 15:39:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.56 2010/05/01 15:41:17 aballier Exp $
EAPI="2"
@@ -113,6 +113,7 @@ RDEPEND+="
enca? ( app-i18n/enca )
faad? ( media-libs/faad2 )
gif? ( media-libs/giflib )
+ iconv? ( virtual/libiconv )
jack? ( media-sound/jack-audio-connection-kit )
jpeg? ( media-libs/jpeg )
jpeg2k? ( media-libs/openjpeg )
@@ -163,7 +164,6 @@ DEPEND="${RDEPEND}
)
amd64? ( ${ASM_DEP} )
doc? ( dev-libs/libxslt app-text/docbook-xml-dtd )
- iconv? ( virtual/libiconv )
x86? ( ${ASM_DEP} )
x86-fbsd? ( ${ASM_DEP} )
"