diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-14 13:29:30 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-14 13:29:30 +0000 |
commit | 2f09a0c002e42d5db438e2acb44092d1fa0072b5 (patch) | |
tree | 1041c40d9062600d6ab26c465d86ad4e3ff21e81 /media-plugins/mythvideo/mythvideo-0.15.1.ebuild | |
parent | sync IUSE (missing) (diff) | |
download | historical-2f09a0c002e42d5db438e2acb44092d1fa0072b5.tar.gz historical-2f09a0c002e42d5db438e2acb44092d1fa0072b5.tar.bz2 historical-2f09a0c002e42d5db438e2acb44092d1fa0072b5.zip |
Perl dependencies
Diffstat (limited to 'media-plugins/mythvideo/mythvideo-0.15.1.ebuild')
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.15.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-plugins/mythvideo/mythvideo-0.15.1.ebuild b/media-plugins/mythvideo/mythvideo-0.15.1.ebuild index f9644c75881d..c806402e6be6 100644 --- a/media-plugins/mythvideo/mythvideo-0.15.1.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.15.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.15.1.ebuild,v 1.2 2004/06/24 23:34:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.15.1.ebuild,v 1.3 2004/07/14 13:29:30 aliz Exp $ IUSE="" @@ -15,6 +15,9 @@ SLOT="0" KEYWORDS="~x86" DEPEND=">=sys-apps/sed-4 + dev-perl/libwww-perl + dev-perl/HTML-Parser + dev-perl/URI || ( media-video/mplayer media-video/xine-ui ) || ( >=media-tv/mythtv-${PV}* >=media-tv/mythfrontend-${PV}* )" |