diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-02-12 10:37:31 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-02-12 10:37:31 +0000 |
commit | 26690ca957ec7b64c6465a3b7b34065f7b74d664 (patch) | |
tree | 84f44c18b0b790b07b8e52d3f122b9607a5b67e4 /media-plugins/mythvideo | |
parent | rev bump, clean up DEPENDs (diff) | |
download | historical-26690ca957ec7b64c6465a3b7b34065f7b74d664.tar.gz historical-26690ca957ec7b64c6465a3b7b34065f7b74d664.tar.bz2 historical-26690ca957ec7b64c6465a3b7b34065f7b74d664.zip |
clean up DEPENDs
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.19.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/mythvideo/mythvideo-0.19.ebuild b/media-plugins/mythvideo/mythvideo-0.19.ebuild index 0b7b0740c45a..7ab57ed0a1c0 100644 --- a/media-plugins/mythvideo/mythvideo-0.19.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.19.ebuild,v 1.1 2006/02/12 06:03:39 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.19.ebuild,v 1.2 2006/02/12 10:37:31 cardoe Exp $ inherit mythtv-plugins @@ -12,9 +12,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND="dev-perl/libwww-perl +RDEPEND="dev-perl/libwww-perl dev-perl/HTML-Parser dev-perl/URI dev-perl/XML-Simple - ~media-tv/mythtv-${PV} media-video/mplayer" +DEPEND="${RDEPEND}" |